HomeSort by: relevance | last modified time | path
    Searched refs:VisitType (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
ODRHash.cpp 759 void VisitType(const Type *T) {}
774 VisitType(T);
786 VisitType(T);
799 VisitType(T);
825 VisitType(T);
830 VisitType(T);
835 VisitType(T);
840 VisitType(T);
846 VisitType(T);
855 VisitType(T)
    [all...]
StmtProfile.cpp 52 virtual void VisitType(QualType T) = 0;
98 VisitType(NTTP->getType());
110 VisitType(Parm->getType());
136 void VisitType(QualType T) override {
182 void VisitType(QualType T) override {
337 VisitType(S->getCaughtType());
383 VisitType(S->getCatchParamDecl()->getType());
1247 VisitType(S->getTypeSourceInfo()->getType());
1279 VisitType(S->getArgumentType());
1332 VisitType(S->getTypeAsWritten())
    [all...]
ASTImporter.cpp 333 ExpectedType VisitType(const Type *T);
1011 ExpectedType ASTNodeImporter::VisitType(const Type *T) {
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
TypeVisitor.h 58 /// \li <tt>ImplClass::VisitType(const Type*)</tt>
59 /// \li <tt>TypeVisitor::VisitType(const Type*)</tt>
87 RetTy VisitType(const Type*) { return RetTy(); }
RecursiveASTVisitor.h 400 bool WalkUpFromType(Type *T) { return getDerived().VisitType(T); }
401 bool VisitType(Type *T) { return true; }
  /src/external/apache2/llvm/dist/clang/lib/Index/
USRGeneration.cpp 165 void VisitType(QualType T);
262 VisitType(PD->getType());
273 VisitType(D->getReturnType());
632 void USRGenerator::VisitType(QualType T) {
810 VisitType(FT->getReturnType());
814 VisitType(I);
843 VisitType(OIT->getBaseType());
923 VisitType(NTTP->getType());
980 VisitType(Arg.getAsType());
985 VisitType(Arg.getIntegralType())
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp 214 enum VisitType {
219 DenseMap<BasicBlock *, VisitType> Visited;
236 VisitType Escaped = UNESCAPED;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CIndex.cpp 1531 QualType VisitType;
1562 VisitType = Context.getObjCIdType();
1566 VisitType = Context.getObjCClassType();
1570 VisitType = Context.getObjCSelType();
1574 if (!VisitType.isNull()) {
1575 if (const TypedefType *Typedef = VisitType->getAs<TypedefType>())

Completed in 83 milliseconds