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 245 OMPSectionDirective *OMPSectionDirective::Create(const ASTContext &C,
250 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionDirective),
253 OMPSectionDirective *Dir = new (Mem) OMPSectionDirective(StartLoc, EndLoc);
259 OMPSectionDirective *OMPSectionDirective::CreateEmpty(const ASTContext &C,
261 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPSectionDirective),
264 return new (Mem) OMPSectionDirective();
    [all...]
StmtPrinter.cpp 951 void StmtPrinter::VisitOMPSectionDirective(OMPSectionDirective *Node) {
    [all...]
StmtProfile.cpp 515 void StmtProfiler::VisitOMPSectionDirective(const OMPSectionDirective *S) {
    [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/CodeGen/
CGStmt.cpp 200 EmitOMPSectionDirective(cast<OMPSectionDirective>(*S));
    [all...]
CGStmtOpenMP.cpp     [all...]
CodeGenFunction.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 1532 milliseconds