Home
last modified time | relevance | path

Searched refs:TypeIndexer (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Index/
DIndexTypeSourceInfo.cpp18 class TypeIndexer : public RecursiveASTVisitor<TypeIndexer> { class
25 typedef RecursiveASTVisitor<TypeIndexer> base;
28 TypeIndexer(IndexingContext &indexCtx, const NamedDecl *parent, in TypeIndexer() function in __anon3b6b96390111::TypeIndexer
149 TypeIndexer(*this, Parent, DC, isBase).TraverseTypeLoc(TL); in indexTypeLoc()