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 308 bool IndexingContext::handleDecl(const NamedDecl *D,
368 return handleDecl(D, Loc, Cursor, ContDInfo);
384 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
390 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
396 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
402 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
411 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
417 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
578 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
592 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC)
    [all...]
IndexingContext.h 469 bool handleDecl(const NamedDecl *D,
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 83 milliseconds