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

  /external/clang/include/clang/AST/
TypeVisitor.h 59 /// \li <tt>ImplClass::VisitType(const Type*)</tt>
60 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
88 RetTy VisitType(const Type*) { return RetTy(); }
RecursiveASTVisitor.h 340 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
341 bool VisitType(Type *T) { return true; }
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 47 void VisitType(QualType T);
188 VisitType(S->getCaughtType());
230 VisitType(S->getCatchParamDecl()->getType());
348 VisitType(S->getTypeSourceInfo()->getType());
380 VisitType(S->getArgumentType());
415 VisitType(S->getTypeAsWritten());
518 VisitType(T);
803 VisitType(S->getTypeOperand());
809 VisitType(S->getTypeOperand());
898 VisitType(S->getAllocatedType())
    [all...]
ASTImporter.cpp 41 QualType VisitType(const Type *T);
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 128 void VisitType(QualType T);
209 VisitType(PD->getType());
511 void USRGenerator::VisitType(QualType T) {
637 VisitType(FT->getResultType());
640 VisitType(*I);
701 VisitType(NTTP->getType());
759 VisitType(Arg.getAsType());
764 VisitType(Arg.getIntegralType());
RecursiveASTVisitor.h 327 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
328 bool VisitType(Type *T) { return true; }
    [all...]
CIndex.cpp     [all...]

Completed in 234 milliseconds