Home
last modified time | relevance | path

Searched refs:FunctionScope (Results 1 – 8 of 8) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DConstCorrectnessCheck.cpp94 const auto FunctionScope = in registerMatchers() local
104 Finder->addMatcher(FunctionScope, this); in registerMatchers()
/llvm-project/clang-tools-extra/clangd/
H A DSemanticHighlighting.h84 FunctionScope, enumerator
H A DQuality.h115 FunctionScope, enumerator
H A DQuality.cpp270 return SymbolRelevanceSignals::FunctionScope; in computeScope()
436 case FunctionScope: in evaluateHeuristics()
H A DSemanticHighlighting.cpp607 return HighlightingModifier::FunctionScope; in scopeModifier()
611 return HighlightingModifier::FunctionScope; in scopeModifier()
671 .addModifier(HighlightingModifier::FunctionScope); in VisitPredefinedExpr()
1341 {"FunctionScope", HighlightingModifier::FunctionScope}, in highlightingModifierFromString()
1511 case HighlightingModifier::FunctionScope: in toSemanticTokenModifier()
/llvm-project/clang-tools-extra/clangd/unittests/
H A DSemanticHighlightingTests.cpp102 1 << unsigned(HighlightingModifier::FunctionScope) |
H A DQualityTests.cpp172 EXPECT_EQ(Relevance.Scope, SymbolRelevanceSignals::FunctionScope); in TEST()
/llvm-project/llvm/lib/IR/
H A DLegacyPassManager.cpp1384 llvm::TimeTraceScope FunctionScope("OptFunction", Name);
1418 llvm::TimeTraceScope FunctionScope("OptFunction", Name); runOnFunction() local