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

  /external/clang/lib/AST/
StmtOpenMP.cpp 254 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C,
260 llvm::alignTo(sizeof(OMPSectionDirective), llvm::alignOf<Stmt *>());
262 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc);
268 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C,
271 llvm::alignTo(sizeof(OMPSectionDirective), llvm::alignOf<Stmt *>());
273 return new (Mem) OMPSectionDirective();
    [all...]
StmtPrinter.cpp 1015 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) {
    [all...]
StmtProfile.cpp 577 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 200 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S));
    [all...]
CodeGenFunction.h     [all...]
CGStmtOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 157 milliseconds