Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp61 IndexCtx.handleDecl(Parm); in handleDeclarator()
64 IndexCtx.handleDecl(Parm); in handleDeclarator()
66 IndexCtx.handleDecl(Parm); in handleDeclarator()
71 IndexCtx.handleDecl(PI); in handleDeclarator()
79 if (!IndexCtx.handleDecl(D, (unsigned)SymbolRole::Dynamic)) in handleObjCMethod()
109 if (!IndexCtx.handleDecl(D, Roles, Relations)) in VisitFunctionDecl()
136 if (!IndexCtx.handleDecl(D)) in VisitVarDecl()
144 if (!IndexCtx.handleDecl(D)) in VisitFieldDecl()
161 return IndexCtx.handleDecl(D, in VisitObjCIvarDecl()
165 if (!IndexCtx.handleDecl(D)) in VisitObjCIvarDecl()
[all …]
DIndexingContext.h64 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
67 bool handleDecl(const Decl *D, SourceLocation Loc,
DIndexingContext.cpp24 bool IndexingContext::handleDecl(const Decl *D, in handleDecl() function in IndexingContext
32 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc, in handleDecl() function in IndexingContext
DIndexTypeSourceInfo.cpp191 if (handleDecl(D)) { in indexTagDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp529 bool CXIndexDataConsumer::handleDecl(const NamedDecl *D, in handleDecl() function in CXIndexDataConsumer
592 return handleDecl(D, Loc, Cursor, ContDInfo); in handleObjCContainer()
608 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleFunction()
614 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleVar()
620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleField()
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleMSProperty()
632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleEnumerator()
641 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTagDecl()
647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleTypedefName()
809 return handleDecl(D, D->getLocation(), getCursor(D), DInfo); in handleObjCMethod()
[all …]
DCXIndexDataConsumer.h476 bool handleDecl(const NamedDecl *D,
/external/clang/lib/Analysis/
DCFG.cpp4084 bool handleDecl(const Decl *D, raw_ostream &OS) { in handleDecl() function in __anon3efe8e7e0211::StmtPrinterHelper
4290 Helper.handleDecl(VD, OS); in print_elem()