reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  385 OMPTARGETDIRECTIVE(OMPTargetDirective, OMPExecutableDirective)

References

tools/clang/include/clang/AST/ASTTypeTraits.h
   65     return ASTNodeKind(KindToKindId<T>::Id);
   65     return ASTNodeKind(KindToKindId<T>::Id);
tools/clang/include/clang/AST/RecursiveASTVisitor.h
 2779                   { TRY_TO(TraverseOMPExecutableDirective(S)); })
tools/clang/include/clang/AST/StmtOpenMP.h
 2459       : OMPExecutableDirective(this, OMPTargetDirectiveClass, OMPD_target,
 2467       : OMPExecutableDirective(this, OMPTargetDirectiveClass, OMPD_target,
 2494     return T->getStmtClass() == OMPTargetDirectiveClass;
tools/clang/lib/CodeGen/CGStmt.cpp
  251   case Stmt::OMPTargetDirectiveClass:
tools/clang/lib/Sema/TreeTransform.h
 8152                                              D->getBeginLoc());
 8153   StmtResult Res = getDerived().TransformOMPExecutableDirective(D);
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1256     case Stmt::OMPTargetDirectiveClass:
tools/clang/tools/libclang/CXCursor.cpp
  640   case Stmt::OMPTargetDirectiveClass: