HomeSort by relevance Sort by last modified time
    Searched refs:isFunctionLocalDecl (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexBody.cpp 146 if (!IndexCtx.isFunctionLocalDecl(D))
IndexingContext.h 360 static bool isFunctionLocalDecl(const Decl *D);
IndexingContext.cpp 205 bool IndexingContext::isFunctionLocalDecl(const Decl *D) {
679 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
    [all...]

Completed in 501 milliseconds