HomeSort by: relevance | last modified time | path
    Searched defs:handleDecl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
ClangExtDefMapGen.cpp 45 handleDecl(Context.getTranslationUnitDecl());
49 void handleDecl(const Decl *D);
58 void MapExtDefNamesConsumer::handleDecl(const Decl *D) {
74 handleDecl(D);
  /src/external/apache2/llvm/dist/clang/lib/Index/
IndexingContext.cpp 52 bool IndexingContext::handleDecl(const Decl *D,
55 return handleDecl(D, D->getLocation(), Roles, Relations);
58 bool IndexingContext::handleDecl(const Decl *D, SourceLocation Loc,
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.cpp 541 bool CXIndexDataConsumer::handleDecl(const NamedDecl *D,
604 return handleDecl(D, Loc, Cursor, ContDInfo);
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);
638 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
647 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
653 return handleDecl(D, D->getLocation(), getCursor(D), DInfo);
816 return handleDecl(D, Loc, getCursor(D), DInfo);
832 return handleDecl(D, Loc, getCursor(D), DInfo, LexicalDC, D->getDeclContext())
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 5208 bool handleDecl(const Decl *D, raw_ostream &OS) {
5533 Helper.handleDecl(VD, OS);
5546 Helper.handleDecl(E.castAs<CFGLifetimeEnds>().getVarDecl(), OS);

Completed in 68 milliseconds