Home
last modified time | relevance | path

Searched refs:shouldIndexFunctionLocalSymbols (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/lib/Index/
DIndexTypeSourceInfo.cpp110 if (!IndexCtx.shouldIndexFunctionLocalSymbols() && in VisitTagTypeLoc()
298 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in indexTagDecl()
DIndexBody.cpp372 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()
397 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
462 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitParmVarDecl()
DIndexingContext.h60 bool shouldIndexFunctionLocalSymbols() const;
DIndexingContext.cpp36 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext
81 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalSymbol(D)) in handleReference()
DIndexDecl.cpp99 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()
/external/clang/lib/Index/
DIndexingContext.h55 bool shouldIndexFunctionLocalSymbols() const;
DIndexingContext.cpp20 bool IndexingContext::shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function in IndexingContext
50 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()
DIndexBody.cpp262 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in VisitDeclStmt()
283 if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols()) in TraverseLambdaCapture()
DIndexTypeSourceInfo.cpp188 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in indexTagDecl()
DIndexDecl.cpp54 if (IndexCtx.shouldIndexFunctionLocalSymbols()) { in handleDeclarator()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.h350 bool shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function
DCXIndexDataConsumer.cpp553 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()
898 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()
/external/clang/tools/libclang/
DCXIndexDataConsumer.h352 bool shouldIndexFunctionLocalSymbols() const { in shouldIndexFunctionLocalSymbols() function
DCXIndexDataConsumer.cpp541 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR) in handleDecl()
903 if (!shouldIndexFunctionLocalSymbols() && isFunctionLocalDecl(D)) in handleReference()