Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp703 if (!ED->isStandaloneDirective()) in VisitOMPExecutableDirective()
H A DCFG.cpp5315 if (!D->isStandaloneDirective()) { in VisitOMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp476 REGISTER_MATCHER(isStandaloneDirective); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h8692 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) { in AST_MATCHER() argument
8693 return Node.isStandaloneDirective(); in AST_MATCHER()
8713 if (Node.isStandaloneDirective()) in AST_MATCHER_P()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp627 if (!ED->isStandaloneDirective()) { in BuildScopeInformation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp58 bool OMPExecutableDirective::isStandaloneDirective() const { in isStandaloneDirective() function in OMPExecutableDirective
70 assert(!isStandaloneDirective() && in getStructuredBlock()
H A DTextNodeDumper.cpp2490 if (D->isStandaloneDirective()) in VisitOMPExecutableDirective()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h582 bool isStandaloneDirective() const;