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 145 if (!IndexCtx.isFunctionLocalDecl(D))
IndexingContext.h 364 static bool isFunctionLocalDecl(const Decl *D);
IndexingContext.cpp 206 bool IndexingContext::isFunctionLocalDecl(const Decl *D) {
678 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D))
    [all...]

Completed in 35 milliseconds