HomeSort by: relevance | last modified time | path
    Searched refs:OMPParallelSectionsDirective (Results 1 - 14 of 14) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 2220 class OMPParallelSectionsDirective : public OMPExecutableDirective {
2232 OMPParallelSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc)
2239 explicit OMPParallelSectionsDirective()
2262 static OMPParallelSectionsDirective *
2273 static OMPParallelSectionsDirective *
2281 return const_cast<OMPParallelSectionsDirective *>(this)
RecursiveASTVisitor.h 2860 DEF_TRAVERSE_STMT(OMPParallelSectionsDirective,
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 593 OMPParallelSectionsDirective *OMPParallelSectionsDirective::Create(
597 auto *Dir = createDirective<OMPParallelSectionsDirective>(
604 OMPParallelSectionsDirective *
605 OMPParallelSectionsDirective::CreateEmpty(const ASTContext &C,
607 return createEmptyDirective<OMPParallelSectionsDirective>(
StmtPrinter.cpp 729 OMPParallelSectionsDirective *Node) {
StmtProfile.cpp 956 const OMPParallelSectionsDirective *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2368 OMPParallelSectionsDirective *D) {
3251 S = OMPParallelSectionsDirective::CreateEmpty(
ASTWriterStmt.cpp 2278 OMPParallelSectionsDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 242 EmitOMPParallelSectionsDirective(cast<OMPParallelSectionsDirective>(*S));
CGStmtOpenMP.cpp 1327 cast<OMPParallelSectionsDirective>(D).getTaskReductionRefExpr();
3779 else if (auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&S))
4181 const OMPParallelSectionsDirective &S) {
CodeGenFunction.h 3454 void EmitOMPParallelSectionsDirective(const OMPParallelSectionsDirective &S);
CGOpenMPRuntime.cpp 1261 else if (const auto *OPSD = dyn_cast<OMPParallelSectionsDirective>(&D))
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2058 void VisitOMPParallelSectionsDirective(const OMPParallelSectionsDirective *D);
2944 const OMPParallelSectionsDirective *D) {
5599 return cxstring::createRef("OMPParallelSectionsDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8628 OMPParallelSectionsDirective *D) {
SemaOpenMP.cpp 10107 return OMPParallelSectionsDirective::Create(

Completed in 73 milliseconds