Searched refs:handleDecl (Results 1 – 3 of 3) sorted by relevance
/external/clang/tools/libclang/ |
D | IndexingContext.cpp | 309 bool IndexingContext::handleDecl(const NamedDecl *D, in handleDecl() function in IndexingContext 369 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer() 385 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction() 391 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar() 397 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField() 403 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleMSProperty() 409 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator() 418 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl() 424 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName() 586 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCMethod() [all …]
|
D | IndexingContext.h | 468 bool handleDecl(const NamedDecl *D,
|
/external/clang/lib/Analysis/ |
D | CFG.cpp | 4052 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anon4350aedf0211::StmtPrinterHelper 4258 Helper.handleDecl(VD, OS); in print_elem()
|