HomeSort by relevance Sort by last modified time
    Searched refs:handleDecl (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Index/
IndexDecl.cpp 61 IndexCtx.handleDecl(Parm);
64 IndexCtx.handleDecl(Parm);
66 IndexCtx.handleDecl(Parm);
71 IndexCtx.handleDecl(PI);
79 if (!IndexCtx.handleDecl(D, (unsigned)SymbolRole::Dynamic))
109 if (!IndexCtx.handleDecl(D, Roles, Relations))
136 if (!IndexCtx.handleDecl(D))
144 if (!IndexCtx.handleDecl(D))
161 return IndexCtx.handleDecl(D,
165 if (!IndexCtx.handleDecl(D)
    [all...]
IndexingContext.h 64 bool handleDecl(const Decl *D, SymbolRoleSet Roles = SymbolRoleSet(),
67 bool handleDecl(const Decl *D, SourceLocation Loc,
IndexingContext.cpp 24 bool IndexingContext::handleDecl(const Decl *D,
32 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc,
IndexTypeSourceInfo.cpp 191 if (handleDecl(D)) {
  /external/clang/tools/libclang/
CXIndexDataConsumer.cpp 529 bool CXIndexDataConsumer::handleDecl(const NamedDecl *D,
592 return handleDecl(D, Loc, Cursor, ContDInfo);
608 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
614 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
620 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
626 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
632 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
641 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
809 return handleDecl(D, D->getLocation(), getCursor(D), DInfo)
    [all...]
CXIndexDataConsumer.h 476 bool handleDecl(const NamedDecl *D,
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 1236 milliseconds