Searched refs:isFunctionLocalDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/tools/libclang/
H A DIndexBody.cpp145 if (!IndexCtx.isFunctionLocalDecl(D))
H A DIndexingContext.h357 static bool isFunctionLocalDecl(const Decl *D);
H A DIndexingContext.cpp205 bool IndexingContext::isFunctionLocalDecl(const Decl *D) { function in class:IndexingContext
679 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))

Completed in 164 milliseconds