Searched refs:handleDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DIndexingContext.cpp250 bool IndexingContext::handleDecl(const NamedDecl *D, function in class:IndexingContext
310 return handleDecl(D, Loc, Cursor, ContDInfo);
316 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
322 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
328 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
334 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
343 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
349 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
500 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
514 return handleDecl(
[all...]
H A DIndexingContext.h474 bool handleDecl(const NamedDecl *D,
/external/clang/lib/Analysis/
H A DCFG.cpp3569 bool handleDecl(const Decl *D, raw_ostream &OS) { function in class:__anon3539::StmtPrinterHelper
3752 Helper->handleDecl(VD, OS);

Completed in 24 milliseconds