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

  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtOpenMP.cpp 931 OMPTaskLoopDirective *OMPTaskLoopDirective::Create(
935 auto *Dir = createDirective<OMPTaskLoopDirective>(
966 OMPTaskLoopDirective *OMPTaskLoopDirective::CreateEmpty(const ASTContext &C,
970 return createEmptyDirective<OMPTaskLoopDirective>(
StmtPrinter.cpp 836 void StmtPrinter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *Node) {
StmtProfile.cpp 1043 void StmtProfiler::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *S) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 3415 class OMPTaskLoopDirective : public OMPLoopDirective {
3427 OMPTaskLoopDirective(SourceLocation StartLoc, SourceLocation EndLoc,
3436 explicit OMPTaskLoopDirective(unsigned CollapsedNum)
3455 static OMPTaskLoopDirective *
3467 static OMPTaskLoopDirective *CreateEmpty(const ASTContext &C,
RecursiveASTVisitor.h 2923 DEF_TRAVERSE_STMT(OMPTaskLoopDirective,
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 2480 void ASTStmtReader::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) {
3360 S = OMPTaskLoopDirective::CreateEmpty(Context, NumClauses, CollapsedNum,
ASTWriterStmt.cpp 2410 void ASTStmtWriter::VisitOMPTaskLoopDirective(OMPTaskLoopDirective *D) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmt.cpp 302 EmitOMPTaskLoopDirective(cast<OMPTaskLoopDirective>(*S));
CodeGenFunction.h 3479 void EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S);
CGStmtOpenMP.cpp 6985 void CodeGenFunction::EmitOMPTaskLoopDirective(const OMPTaskLoopDirective &S) {
CGOpenMPRuntime.cpp 1332 else if (const auto *TD = dyn_cast<OMPTaskLoopDirective>(&D))
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 2080 void VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D);
3034 void EnqueueVisitor::VisitOMPTaskLoopDirective(const OMPTaskLoopDirective *D) {
5641 return cxstring::createRef("OMPTaskLoopDirective");
  /src/external/apache2/llvm/dist/clang/lib/Sema/
TreeTransform.h 8859 TreeTransform<Derived>::TransformOMPTaskLoopDirective(OMPTaskLoopDirective *D) {
SemaOpenMP.cpp 11529 return OMPTaskLoopDirective::Create(Context, StartLoc, EndLoc,

Completed in 129 milliseconds