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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 1685 class OMPSectionsDirective : public OMPExecutableDirective {
1697 OMPSectionsDirective(SourceLocation StartLoc, SourceLocation EndLoc)
1703 explicit OMPSectionsDirective()
1726 static OMPSectionsDirective *
1737 static OMPSectionsDirective *CreateEmpty(const ASTContext &C,
1745 return const_cast<OMPSectionsDirective *>(this)->getTaskReductionRefExpr();
RecursiveASTVisitor.h 2834 DEF_TRAVERSE_STMT(OMPSectionsDirective,
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 402 OMPSectionsDirective *OMPSectionsDirective::Create(
406 auto *Dir = createDirective<OMPSectionsDirective>(C, Clauses, AssociatedStmt,
414 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C,
417 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses,
StmtPrinter.cpp 681 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) {
StmtProfile.cpp 919 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2323 void ASTStmtReader::VisitOMPSectionsDirective(OMPSectionsDirective *D) {
3207 S = OMPSectionsDirective::CreateEmpty(
ASTWriterStmt.cpp 2225 void ASTStmtWriter::VisitOMPSectionsDirective(OMPSectionsDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 218 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S));
CGStmtOpenMP.cpp 1316 TaskRedRef = cast<OMPSectionsDirective>(D).getTaskReductionRefExpr();
3777 if (auto *OSD = dyn_cast<OMPSectionsDirective>(&S))
3795 void CodeGenFunction::EmitOMPSectionsDirective(const OMPSectionsDirective &S) {
CodeGenFunction.h 3446 void EmitOMPSectionsDirective(const OMPSectionsDirective &S);
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2050 void VisitOMPSectionsDirective(const OMPSectionsDirective *D);
2907 void EnqueueVisitor::VisitOMPSectionsDirective(const OMPSectionsDirective *D) {
5583 return cxstring::createRef("OMPSectionsDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8541 TreeTransform<Derived>::TransformOMPSectionsDirective(OMPSectionsDirective *D) {
SemaOpenMP.cpp 9775 return OMPSectionsDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt,

Completed in 86 milliseconds