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

/external/clang/include/clang/AST/
H A DTypeVisitor.h59 /// \li <tt>ImplClass::VisitType(const Type*)</tt>
60 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
88 RetTy VisitType(const Type*) { return RetTy(); } function in class:clang::TypeVisitor
H A DDataRecursiveASTVisitor.h346 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
347 bool VisitType(Type *T) { return true; } function in class:clang::RecursiveASTVisitor
H A DRecursiveASTVisitor.h348 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
349 bool VisitType(Type *T) { return true; } function in class:clang::RecursiveASTVisitor
/external/clang/lib/AST/
H A DStmtProfile.cpp47 void VisitType(QualType T);
187 VisitType(S->getCaughtType());
233 VisitType(S->getCatchParamDecl()->getType());
452 VisitType(S->getTypeSourceInfo()->getType());
484 VisitType(S->getArgumentType());
519 VisitType(S->getTypeAsWritten());
626 VisitType(T);
911 VisitType(S->getTypeOperandSourceInfo()->getType());
917 VisitType(S->getTypeOperandSourceInfo()->getType());
1003 VisitType(
1285 void StmtProfiler::VisitType(QualType T) { function in class:StmtProfiler
[all...]
H A DASTImporter.cpp41 QualType VisitType(const Type *T);
1422 QualType ASTNodeImporter::VisitType(const Type *T) { function in class:ASTNodeImporter
/external/clang/lib/Index/
H A DUSRGeneration.cpp142 void VisitType(QualType T);
225 VisitType(PD->getType());
510 void USRGenerator::VisitType(QualType T) { function in class:USRGenerator
636 VisitType(FT->getReturnType());
638 VisitType(I);
698 VisitType(NTTP->getType());
756 VisitType(Arg.getAsType());
761 VisitType(Arg.getIntegralType());
/external/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp271 enum VisitType { enum
276 DenseMap<BasicBlock *, VisitType> Visited;
293 VisitType Escaped = UNESCAPED;
/external/clang/tools/libclang/
H A DCIndex.cpp1410 QualType VisitType; local
1433 VisitType = Context.getObjCIdType();
1437 VisitType = Context.getObjCClassType();
1441 VisitType = Context.getObjCSelType();
1445 if (!VisitType.isNull()) {
1446 if (const TypedefType *Typedef = VisitType->getAs<TypedefType>())

Completed in 612 milliseconds