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

  /external/clang/tools/libclang/
IndexingContext.cpp 250 bool IndexingContext::handleDecl(const NamedDecl *D,
310 return handleDecl(D, Loc, Cursor, ContDInfo);
316 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
322 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
328 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
334 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
343 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
349 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
500 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
514 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC)
    [all...]
IndexingContext.h 474 bool handleDecl(const NamedDecl *D,
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 125 milliseconds