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 46 RetTy VisitType(const Type*) { return RetTy(); }
RecursiveASTVisitor.h 330 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
331 bool VisitType(Type *T) { return true; }
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 47 void VisitType(QualType T);
188 VisitType(S->getCaughtType());
226 VisitType(S->getCatchParamDecl()->getType());
310 VisitType(S->getTypeSourceInfo()->getType());
342 VisitType(S->getArgumentType());
377 VisitType(S->getTypeAsWritten());
480 VisitType(T);
760 VisitType(S->getTypeOperand());
766 VisitType(S->getTypeOperand());
837 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());
512 void USRGenerator::VisitType(QualType T) {
638 VisitType(FT->getResultType());
641 VisitType(*I);
702 VisitType(NTTP->getType());
760 VisitType(Arg.getAsType());
765 VisitType(Arg.getIntegralType());
RecursiveASTVisitor.h 325 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
326 bool VisitType(Type *T) { return true; }
    [all...]
CIndex.cpp     [all...]

Completed in 1027 milliseconds