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

/external/clang/tools/libclang/
H A DIndexingContext.cpp309 bool IndexingContext::handleDecl(const NamedDecl *D, function in class:IndexingContext
369 return handleDecl(D, Loc, Cursor, ContDInfo);
385 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
391 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
397 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
403 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
409 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
418 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
424 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
586 return handleDecl(
[all...]
H A DIndexingContext.h465 bool handleDecl(const NamedDecl *D,
/external/clang/lib/Analysis/
H A DCFG.cpp3895 bool handleDecl(const Decl *D, raw_ostream &OS) { function in class:__anon17771::StmtPrinterHelper
4100 Helper.handleDecl(VD, OS);

Completed in 93 milliseconds