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

  /external/clang/include/clang/AST/
StmtOpenMP.h 33 class OMPExecutableDirective : public Stmt {
67 OMPExecutableDirective(const T *, StmtClass SC, OpenMPDirectiveKind K,
171 return const_cast<OMPExecutableDirective *>(this)->getClauses();
184 class OMPParallelDirective : public OMPExecutableDirective {
192 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
200 : OMPExecutableDirective(this, OMPParallelDirectiveClass, OMPD_parallel,
239 class OMPSimdDirective : public OMPExecutableDirective {
252 : OMPExecutableDirective(this, OMPSimdDirectiveClass, OMPD_simd, StartLoc,
262 : OMPExecutableDirective(this, OMPSimdDirectiveClass, OMPD_simd,
308 class OMPForDirective : public OMPExecutableDirective {
    [all...]
DataRecursiveASTVisitor.h 426 bool TraverseOMPExecutableDirective(OMPExecutableDirective *S);
    [all...]
RecursiveASTVisitor.h 431 bool TraverseOMPExecutableDirective(OMPExecutableDirective *S);
    [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 73 void PrintOMPExecutableDirective(OMPExecutableDirective *S);
770 void StmtPrinter::PrintOMPExecutableDirective(OMPExecutableDirective *S) {
    [all...]
StmtProfile.cpp 349 StmtProfiler::VisitOMPExecutableDirective(const OMPExecutableDirective *S) {
    [all...]
Stmt.cpp     [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp 489 if (auto D = dyn_cast_or_null<OMPExecutableDirective>(CurDirective)) {
    [all...]
TreeTransform.h 616 StmtResult TransformOMPExecutableDirective(OMPExecutableDirective *S);
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]

Completed in 8713 milliseconds