Searched refs:VisitType (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeVisitor.h46 RetTy VisitType(const Type*) { return RetTy(); } function in class:clang::TypeVisitor
H A DRecursiveASTVisitor.h330 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
331 bool VisitType(Type *T) { return true; } function in class:clang::RecursiveASTVisitor
/external/clang/lib/AST/
H A DStmtProfile.cpp47 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(
1117 void StmtProfiler::VisitType(QualType T) { function in class:StmtProfiler
[all...]
H A DASTImporter.cpp42 QualType VisitType(const Type *T);
1313 QualType ASTNodeImporter::VisitType(const Type *T) { function in class:ASTNodeImporter
/external/clang/tools/libclang/
H A DCIndexUSRs.cpp129 void VisitType(QualType T);
215 VisitType(PD->getType());
516 void USRGenerator::VisitType(QualType T) { function in class:USRGenerator
634 VisitType(FT->getResultType());
637 VisitType(*I);
698 VisitType(NTTP->getType());
754 VisitType(Arg.getAsType());
759 VisitType(Arg.getIntegralType());
H A DCIndex.cpp1361 QualType VisitType; local
1376 VisitType = Context.getObjCIdType();
1380 VisitType = Context.getObjCClassType();
1384 VisitType = Context.getObjCSelType();
1388 if (!VisitType.isNull()) {
1389 if (const TypedefType *Typedef = VisitType->getAs<TypedefType>())
H A DRecursiveASTVisitor.h325 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
326 bool VisitType(Type *T) { return true; } function in class:clang::cxindex::RecursiveASTVisitor

Completed in 188 milliseconds