Home
last modified time | relevance | path

Searched refs:isFunctionLocalDecl (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Index/
DIndexingContext.cpp50 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()
100 bool IndexingContext::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl() function in IndexingContext
DIndexingContext.h61 static bool isFunctionLocalDecl(const Decl *D);
DIndexTypeSourceInfo.cpp188 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in indexTagDecl()
DIndexBody.cpp272 if (!IndexCtx.isFunctionLocalDecl(D)) in VisitDeclStmt()
/external/clang/tools/libclang/
DCXIndexDataConsumer.h360 static bool isFunctionLocalDecl(const Decl *D);
DCXIndexDataConsumer.cpp417 bool CXIndexDataConsumer::isFunctionLocalDecl(const Decl *D) { in isFunctionLocalDecl() function in CXIndexDataConsumer
903 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()