Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexTypeSourceInfo.cpp21 class TypeIndexer : public RecursiveASTVisitor<TypeIndexer> { class
28 typedef RecursiveASTVisitor<TypeIndexer> base;
31 TypeIndexer(IndexingContext &indexCtx, const NamedDecl *parent, in TypeIndexer() function in __anon05ca7ad80111::TypeIndexer
266 TypeIndexer(*this, Parent, DC, isBase, isIBType).TraverseTypeLoc(TL); in indexTypeLoc()