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

  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 130 bool shouldVisitTemplateInstantiations() const { return false; }
167 bool shouldVisitTemplateInstantiations() const { return false; }
  /external/clang/unittests/Tooling/
TestVisitor.h 54 bool shouldVisitTemplateInstantiations() const {
  /external/clang/lib/ASTMatchers/
ASTMatchFinder.cpp 168 bool shouldVisitTemplateInstantiations() const { return true; }
419 bool shouldVisitTemplateInstantiations() const { return true; }
  /external/clang/include/clang/AST/
RecursiveASTVisitor.h 133 /// overriding shouldVisitTemplateInstantiations() in the derived class
145 bool shouldVisitTemplateInstantiations() const { return false; }
    [all...]
ASTContext.h     [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 137 /// overriding shouldVisitTemplateInstantiations() in the derived class
149 bool shouldVisitTemplateInstantiations() const { return false; }
    [all...]

Completed in 47 milliseconds