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

Completed in 586 milliseconds