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 325 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
326 bool VisitType(Type *T) { return true; }
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 47 void VisitType(QualType T);
183 VisitType(S->getCaughtType());
221 VisitType(S->getCatchParamDecl()->getType());
305 VisitType(S->getTypeSourceInfo()->getType());
337 VisitType(S->getArgumentType());
372 VisitType(S->getTypeAsWritten());
475 VisitType(T);
755 VisitType(S->getTypeOperand());
761 VisitType(S->getTypeOperand());
832 VisitType(S->getAllocatedType())
    [all...]
ASTImporter.cpp 42 QualType VisitType(const Type *T);
    [all...]
  /external/clang/tools/libclang/
CIndexUSRs.cpp 129 void VisitType(QualType T);
215 VisitType(PD->getType());
513 void USRGenerator::VisitType(QualType T) {
631 VisitType(FT->getResultType());
634 VisitType(*I);
695 VisitType(NTTP->getType());
751 VisitType(Arg.getAsType());
756 VisitType(Arg.getIntegralType());
CIndex.cpp     [all...]

Completed in 94 milliseconds