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

  /src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 818 friend struct ASTChildrenNotSpelledInSourceScope;
823 struct ASTChildrenNotSpelledInSourceScope {
824 ASTChildrenNotSpelledInSourceScope(ASTMatchFinder *V, bool B)
828 ~ASTChildrenNotSpelledInSourceScope() {
ASTMatchers.h 5775 ASTChildrenNotSpelledInSourceScope RAII(Finder, false);
7325 ASTChildrenNotSpelledInSourceScope RAII(Finder, false);
  /src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 1225 ASTChildrenNotSpelledInSourceScope RAII2(this, ScopedChildren);

Completed in 23 milliseconds