Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Dcdtor-fn-try-block.cpp3 int FileScope; variable
13 FileScope = 12; // ok
/llvm-project/clang-tools-extra/clangd/
H A DQuality.cpp279 return SymbolRelevanceSignals::FileScope; in computeScope()
288 Scope = AccessibleScope::FileScope; in merge()
430 case FileScope: in evaluateHeuristics()
446 case FileScope: in evaluateHeuristics()
H A DSemanticHighlighting.h86 FileScope, enumerator
H A DQuality.h117 FileScope, enumerator
H A DSemanticHighlighting.cpp622 return HighlightingModifier::FileScope; in scopeModifier()
1343 {"FileScope", HighlightingModifier::FileScope}, in highlightingModifierFromString()
1515 case HighlightingModifier::FileScope: in toSemanticTokenModifier()
H A DCodeComplete.cpp2114 Relevance.Scope = SymbolRelevanceSignals::FileScope; in getClangCompleteOpts()
/llvm-project/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.cpp104 1 << unsigned(HighlightingModifier::FileScope) |
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.h363 llvm::DIFile *FileScope);
H A DCGDebugInfo.cpp1775 llvm::DIFile *FileScope) { in CollectRecordLambdaFields()
1784 /*Scope=*/FileScope, /*Name=*/FuncName, /*LinkageName=*/StringRef(), in CollectRecordLambdaFields()
1785 /*File=*/FileScope, /*LineNo=*/0, /*Ty=*/DIFnTy, in CollectRecordLambdaFields()
1737 createInlinedTrapSubprogram(StringRef FuncName,llvm::DIFile * FileScope) createInlinedTrapSubprogram() argument
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp802 std::unique_ptr<DictScope> FileScope; member in __anon3d1ec8af0111::JSONELFDumper
8325 FileScope = std::make_unique<DictScope>(this->W); in printRelocationSectionInfo()