Searched refs:FileScope (Results 1 – 11 of 11) sorted by relevance
| /llvm-project/clang/test/SemaCXX/ |
| H A D | cdtor-fn-try-block.cpp | 3 int FileScope; variable 13 FileScope = 12; // ok
|
| /llvm-project/clang-tools-extra/clangd/ |
| H A D | Quality.cpp | 279 return SymbolRelevanceSignals::FileScope; in computeScope() 288 Scope = AccessibleScope::FileScope; in merge() 430 case FileScope: in evaluateHeuristics() 446 case FileScope: in evaluateHeuristics()
|
| H A D | SemanticHighlighting.h | 86 FileScope, enumerator
|
| H A D | Quality.h | 117 FileScope, enumerator
|
| H A D | SemanticHighlighting.cpp | 622 return HighlightingModifier::FileScope; in scopeModifier() 1343 {"FileScope", HighlightingModifier::FileScope}, in highlightingModifierFromString() 1515 case HighlightingModifier::FileScope: in toSemanticTokenModifier()
|
| H A D | CodeComplete.cpp | 2114 Relevance.Scope = SymbolRelevanceSignals::FileScope; in getClangCompleteOpts()
|
| /llvm-project/clang-tools-extra/clangd/unittests/ |
| H A D | QualityTests.cpp | 166 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 D | SemanticHighlightingTests.cpp | 104 1 << unsigned(HighlightingModifier::FileScope) |
|
| /llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.h | 363 llvm::DIFile *FileScope);
|
| H A D | CGDebugInfo.cpp | 1775 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 D | ELFDumper.cpp | 802 std::unique_ptr<DictScope> FileScope; member in __anon3d1ec8af0111::JSONELFDumper 8325 FileScope = std::make_unique<DictScope>(this->W); in printRelocationSectionInfo()
|