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

/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DUninitializedValues.cpp704 if (!ED->isStandaloneDirective())
H A DCFG.cpp4922 if (!D->isStandaloneDirective()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp440 REGISTER_MATCHER(isStandaloneDirective);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DJumpDiagnostics.cpp603 if (!ED->isStandaloneDirective()) {
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7861 /// ``ompExecutableDirective(isStandaloneDirective()))`` matches
7863 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) {
7864 return Node.isStandaloneDirective();
7884 if (Node.isStandaloneDirective())
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DTextNodeDumper.cpp1773 if (D->isStandaloneDirective())
H A DStmtOpenMP.cpp58 bool OMPExecutableDirective::isStandaloneDirective() const { function in class:OMPExecutableDirective
70 assert(!isStandaloneDirective() &&
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h577 bool isStandaloneDirective() const;

Completed in 155 milliseconds