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

  /external/clang/include/clang/AST/
StmtOpenMP.h 362 class OMPParallelDirective : public OMPExecutableDirective {
368 OMPParallelDirective(SourceLocation StartLoc, SourceLocation EndLoc,
377 explicit OMPParallelDirective(unsigned N)
389 static OMPParallelDirective *Create(ASTContext &C, SourceLocation StartLoc,
399 static OMPParallelDirective *CreateEmpty(ASTContext &C, unsigned N,
RecursiveASTVisitor.h     [all...]
  /external/clang/lib/AST/
Stmt.cpp     [all...]
StmtPrinter.cpp 624 void StmtPrinter::VisitOMPParallelDirective(OMPParallelDirective *Node) {
    [all...]
StmtProfile.cpp 279 StmtProfiler::VisitOMPParallelDirective(const OMPParallelDirective *S) {
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 228 return Owned(OMPParallelDirective::Create(Context, StartLoc, EndLoc,
TreeTransform.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h     [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 210 milliseconds