Home
last modified time | relevance | path

Searched refs:FileScope (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dcdtor-fn-try-block.cpp3 int FileScope; variable
13 FileScope = 12; // ok
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DQuality.cpp278 return SymbolRelevanceSignals::FileScope; in computeScope()
287 Scope = AccessibleScope::FileScope; in merge()
427 case FileScope: in evaluateHeuristics()
443 case FileScope: in evaluateHeuristics()
H A DSemanticHighlighting.h77 FileScope, enumerator
H A DQuality.h116 FileScope, enumerator
H A DSemanticHighlighting.cpp506 return HighlightingModifier::FileScope; in scopeModifier()
1082 case HighlightingModifier::FileScope: in toSemanticTokenModifier()
H A DCodeComplete.cpp1892 Relevance.Scope = SymbolRelevanceSignals::FileScope; in addCandidate()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DQualityTests.cpp166 EXPECT_EQ(Relevance.Scope, SymbolRelevanceSignals::FileScope); in TEST()
194 EXPECT_EQ(Relevance.Scope, SymbolRelevanceSignals::FileScope); in TEST()
288 Scoped.Scope = SymbolRelevanceSignals::FileScope; in TEST()
H A DSemanticHighlightingTests.cpp94 1 << unsigned(HighlightingModifier::FileScope) |
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DELFDumper.cpp724 std::unique_ptr<DictScope> FileScope; member in __anon01236eac0111::JSONELFDumper
7485 FileScope = std::make_unique<DictScope>(this->W, FileStr); in printFileSummary()