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

  /external/clang/include/clang/AST/
TypeVisitor.h 59 /// \li <tt>ImplClass::VisitType(const Type*)</tt>
60 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
88 RetTy VisitType(const Type*) { return RetTy(); }
DataRecursiveASTVisitor.h 346 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
347 bool VisitType(Type *T) { return true; }
    [all...]
RecursiveASTVisitor.h 348 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
349 bool VisitType(Type *T) { return true; }
    [all...]
  /external/clang/lib/AST/
StmtProfile.cpp 47 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(S->getAllocatedType())
    [all...]
ASTImporter.cpp 41 QualType VisitType(const Type *T);
    [all...]
  /external/clang/lib/Index/
USRGeneration.cpp 142 void VisitType(QualType T);
225 VisitType(PD->getType());
510 void USRGenerator::VisitType(QualType T) {
636 VisitType(FT->getReturnType());
638 VisitType(I);
698 VisitType(NTTP->getType());
756 VisitType(Arg.getAsType());
761 VisitType(Arg.getIntegralType());
  /external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 271 enum VisitType {
276 DenseMap<BasicBlock *, VisitType> Visited;
293 VisitType Escaped = UNESCAPED;
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 3311 milliseconds