HomeSort by relevance Sort by last modified time
    Searched refs:shouldVisitTemplateInstantiations (Results 1 - 6 of 6) sorted by null

  /external/clang/unittests/Tooling/
TestVisitor.h 55 bool shouldVisitTemplateInstantiations() const {
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 135 /// overriding shouldVisitTemplateInstantiations() in the derived class
147 bool shouldVisitTemplateInstantiations() const { return false; }
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 139 /// overriding shouldVisitTemplateInstantiations() in the derived class
151 bool shouldVisitTemplateInstantiations() const { return false; }
    [all...]
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 197 bool shouldVisitTemplateInstantiations() const { return true; }
472 bool shouldVisitTemplateInstantiations() const { return true; }
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 152 bool shouldVisitTemplateInstantiations() const { return false; }
189 bool shouldVisitTemplateInstantiations() const { return false; }
  /external/clang/lib/AST/
ASTContext.cpp     [all...]

Completed in 199 milliseconds