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 309 bool IndexingContext::handleDecl(const NamedDecl *D,
369 return handleDecl(D, Loc, Cursor, ContDInfo);
385 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
391 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
397 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
403 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
409 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
418 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
424 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
586 return handleDecl(D, D->getLocation(), getCursor(D), DInfo)
    [all...]
IndexingContext.h 468 bool handleDecl(const NamedDecl *D,
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 57 milliseconds