/external/clang/lib/AST/ |
StmtOpenMP.cpp | 123 OMPForDirective * 124 OMPForDirective::Create(const ASTContext &C, SourceLocation StartLoc, 128 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForDirective), 133 OMPForDirective *Dir = 134 new (Mem) OMPForDirective(StartLoc, EndLoc, CollapsedNum, Clauses.size()); 160 OMPForDirective *OMPForDirective::CreateEmpty(const ASTContext &C, 164 unsigned Size = llvm::RoundUpToAlignment(sizeof(OMPForDirective), 169 return new (Mem) OMPForDirective(CollapsedNum, NumClauses); [all...] |
StmtPrinter.cpp | 936 void StmtPrinter::VisitOMPForDirective(OMPForDirective *Node) { [all...] |
StmtProfile.cpp | 503 void StmtProfiler::VisitOMPForDirective(const OMPForDirective *S) { [all...] |
/external/clang/include/clang/AST/ |
StmtOpenMP.h | 773 class OMPForDirective : public OMPLoopDirective { 786 OMPForDirective(SourceLocation StartLoc, SourceLocation EndLoc, 797 explicit OMPForDirective(unsigned CollapsedNum, unsigned NumClauses) 817 static OMPForDirective *Create(const ASTContext &C, SourceLocation StartLoc, 830 static OMPForDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses, [all...] |
RecursiveASTVisitor.h | [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |
ASTWriterStmt.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGStmt.cpp | 191 EmitOMPForDirective(cast<OMPForDirective>(*S)); [all...] |
CGStmtOpenMP.cpp | [all...] |
CodeGenFunction.h | [all...] |
/external/clang/tools/libclang/ |
CIndex.cpp | [all...] |
/external/clang/lib/Sema/ |
SemaOpenMP.cpp | [all...] |
TreeTransform.h | [all...] |