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

  /external/clang/include/clang/AST/
TypeVisitor.h 46 RetTy VisitType(const Type*) { return RetTy(); }
RecursiveASTVisitor.h 309 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
310 bool VisitType(Type *T) { return true; }
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 47 void VisitType(QualType T);
174 VisitType(S->getCaughtType());
205 VisitType(S->getCatchParamDecl()->getType());
289 VisitType(S->getTypeSourceInfo()->getType());
321 VisitType(S->getArgumentType());
356 VisitType(S->getTypeAsWritten());
466 VisitType(T);
734 VisitType(S->getTypeOperand());
740 VisitType(S->getTypeOperand());
792 VisitType(S->getAllocatedType())
    [all...]
ASTImporter.cpp 44 QualType VisitType(const Type *T);
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 131 void VisitType(QualType T);
202 VisitType(PD->getType());
505 void USRGenerator::VisitType(QualType T) {
623 VisitType(FT->getResultType());
626 VisitType(*I);
687 VisitType(NTTP->getType());
743 VisitType(Arg.getAsType());
748 VisitType(Arg.getIntegralType());
CIndex.cpp     [all...]

Completed in 36 milliseconds