Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp43 IndexCtx.handleVar(Parm); in handleDeclarator()
46 IndexCtx.handleVar(PI); in handleDeclarator()
95 IndexCtx.handleVar(D); in VisitVarDecl()
DIndexingContext.h400 bool handleVar(const VarDecl *D);
DIndexingContext.cpp388 bool IndexingContext::handleVar(const VarDecl *D) { in handleVar() function in IndexingContext