Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp250 bool IndexingContext::handleDecl(const NamedDecl *D, in handleDecl() function in IndexingContext
310 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer()
316 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
322 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
328 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
334 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
343 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
349 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
500 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCMethod()
514 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC); in handleSynthesizedObjCMethod()
[all …]
DIndexingContext.h474 bool handleDecl(const NamedDecl *D,
/external/clang/lib/Analysis/
DCFG.cpp3569 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anonecdbebe50311::StmtPrinterHelper
3752 Helper->handleDecl(VD, OS); in print_elem()