HomeSort by: relevance | last modified time | path
    Searched refs:isStandaloneDirective (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 440 REGISTER_MATCHER(isStandaloneDirective);
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
UninitializedValues.cpp 704 if (!ED->isStandaloneDirective())
CFG.cpp 4922 if (!D->isStandaloneDirective()) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 603 if (!ED->isStandaloneDirective()) {
  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchers.h 7861 /// ``ompExecutableDirective(isStandaloneDirective()))`` matches
7863 AST_MATCHER(OMPExecutableDirective, isStandaloneDirective) {
7864 return Node.isStandaloneDirective();
7884 if (Node.isStandaloneDirective())
  /src/external/apache2/llvm/dist/clang/lib/AST/
TextNodeDumper.cpp 1773 if (D->isStandaloneDirective())
StmtOpenMP.cpp 58 bool OMPExecutableDirective::isStandaloneDirective() const {
70 assert(!isStandaloneDirective() &&
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 577 bool isStandaloneDirective() const;

Completed in 34 milliseconds