Home
last modified time | relevance | path

Searched refs:isStandaloneDirective (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/llvm/clang/lib/Analysis/
H A DUninitializedValues.cpp701 if (!ED->isStandaloneDirective()) in VisitOMPExecutableDirective()
H A DCFG.cpp5200 if (!D->isStandaloneDirective()) { in VisitOMPExecutableDirective()
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp459 REGISTER_MATCHER(isStandaloneDirective); in RegistryMaps()
/openbsd/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8307 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8308 return Node.isStandaloneDirective(); in AST_MATCHER()
8328 if (Node.isStandaloneDirective()) in AST_MATCHER_P()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DJumpDiagnostics.cpp608 if (!ED->isStandaloneDirective()) { in BuildScopeInformation()
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtOpenMP.cpp58 bool OMPExecutableDirective::isStandaloneDirective() const { in isStandaloneDirective() function in OMPExecutableDirective
70 assert(!isStandaloneDirective() && in getStructuredBlock()
H A DTextNodeDumper.cpp1880 if (D->isStandaloneDirective()) in VisitOMPExecutableDirective()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h583 bool isStandaloneDirective() const;