HomeSort by relevance Sort by last modified time
    Searched refs:OMPSectionsDirective (Results 1 - 13 of 13) sorted by null

  /external/clang/lib/AST/
StmtOpenMP.cpp 220 OMPSectionsDirective *OMPSectionsDirective::Create(
223 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective),
227 OMPSectionsDirective *Dir =
228 new (Mem) OMPSectionsDirective(StartLoc, EndLoc, Clauses.size());
235 OMPSectionsDirective *OMPSectionsDirective::CreateEmpty(const ASTContext &C,
238 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionsDirective),
242 return new (Mem) OMPSectionsDirective(NumClauses);
    [all...]
StmtPrinter.cpp 946 void StmtPrinter::VisitOMPSectionsDirective(OMPSectionsDirective *Node) {
    [all...]
StmtProfile.cpp 511 void StmtProfiler::VisitOMPSectionsDirective(const OMPSectionsDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/CodeGen/
CGStmtOpenMP.cpp     [all...]
CGStmt.cpp 197 EmitOMPSectionsDirective(cast<OMPSectionsDirective>(*S));
    [all...]
CodeGenFunction.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]

Completed in 389 milliseconds