Home
last modified time | relevance | path

Searched defs:Spelled (Results 1 – 15 of 15) sorted by relevance

/llvm-project/clang-tools-extra/clangd/index/
H A DRef.h65 Spelled = 1 << 3, enumerator
H A DSymbolCollector.h212 bool Spelled; global() member
H A DSymbolCollector.cpp151 toRefKind(index::SymbolRoleSet Roles,bool Spelled=false) toRefKind() argument
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExpandMacro.cpp72 auto Spelled = Tokens.spelledTokens(SM.getFileID(Cursor)); in findIdentifierUnderCursor() local
/llvm-project/clang/lib/Tooling/Syntax/
H A DComputeReplacements.cpp86 auto Spelled = Buffer.spelledForExpanded(Expanded); in rangeOfExpanded() local
H A DTokens.cpp308 const syntax::Token *Spelled) { in mappingStartingBeforeSpelled()
566 auto &Spelled = File.SpelledTokens; in macroExpansions() local
/llvm-project/clang-tools-extra/include-cleaner/lib/
H A DAnalysis.cpp149 for (llvm::StringRef Spelled : Results.Missing) fixIncludes() local
/llvm-project/clang-tools-extra/clangd/
H A DIncludeFixer.cpp250 std::optional<Fix> IncludeFixer::insertHeader(llvm::StringRef Spelled, in insertHeader()
308 auto Spelled = Inserter->calculateIncludePath(*ResolvedInserted, File); in fixesForSymbols() local
H A DDumpAST.cpp93 auto Spelled = Tokens.spelledForExpanded(Tokens.expandedTokens(SR)); in getRange() local
H A DCodeComplete.cpp427 auto Spelled = Includes.calculateIncludePath(*ResolvedInserted, FileName); in CodeCompletionBuilder() local
238 if (auto Spelled = overloadSet() local
H A DInlayHints.cpp988 auto Spelled = Tokens.spelledForExpanded(Tokens.expandedTokens(R)); getHintRange() local
/llvm-project/clang/include/clang/Tooling/Syntax/
H A DTokens.h274 llvm::ArrayRef<syntax::Token> Spelled; member
/llvm-project/clang-tools-extra/include-cleaner/include/clang-include-cleaner/
H A DTypes.h158 llvm::StringRef Spelled; // e.g. vector member
/llvm-project/clang-tools-extra/clangd/unittests/
H A DParsedASTTests.cpp243 auto Spelled = T.spelledTokens(SM.getMainFileID()); in TEST() local
/llvm-project/clang/unittests/Tooling/Syntax/
H A DTokensTest.cpp73 IsExpansion(Matcher<llvm::ArrayRef<syntax::Token>> Spelled, in IsExpansion()