Searched refs:isStandaloneDirective (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7140 /// ``ompExecutableDirective(isStandaloneDirective()))`` matches
7142 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) {
7143 return Node.isStandaloneDirective();
7163 if (Node.isStandaloneDirective())
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp420 REGISTER_MATCHER(isStandaloneDirective);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp704 if (!ED->isStandaloneDirective())
H A DCFG.cpp4920 if (!D->isStandaloneDirective())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1735 if (D->isStandaloneDirective())
H A DStmtOpenMP.cpp25 bool OMPExecutableDirective::isStandaloneDirective() const { function in class:OMPExecutableDirective
37 assert(!isStandaloneDirective() &&
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h335 bool isStandaloneDirective() const;

Completed in 195 milliseconds