Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
DExpandMacro.cpp72 auto Spelled = Tokens.spelledTokens(SM.getFileID(Cursor)); in findIdentifierUnderCursor() local
/external/llvm-project/clang-tools-extra/clangd/index/
DRef.h67 Spelled = 1 << 3, enumerator
DSymbolCollector.cpp178 RefKind toRefKind(index::SymbolRoleSet Roles, bool Spelled = false) { in toRefKind()
588 bool Spelled = false) { in finish()
628 bool Spelled = IdentifierToken && IsTargetKind && in finish() local
/external/llvm-project/clang/lib/Tooling/Syntax/
DComputeReplacements.cpp79 auto Spelled = Buffer.spelledForExpanded(Expanded); in rangeOfExpanded() local
DTokens.cpp234 const syntax::Token *Spelled) { in mappingStartingBeforeSpelled()
488 auto &Spelled = File.SpelledTokens; in macroExpansions() local
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTokens.h270 llvm::ArrayRef<syntax::Token> Spelled; member
/external/llvm-project/clang-tools-extra/clangd/
DIncludeFixer.cpp160 auto Spelled = Inserter->calculateIncludePath(*ResolvedInserted, File); in fixesForSymbols() local
DDumpAST.cpp93 auto Spelled = Tokens.spelledForExpanded(Tokens.expandedTokens(SR)); in getRange() local
DCodeComplete.cpp188 if (auto Spelled = in overloadSet() local
346 auto Spelled = Includes.calculateIncludePath(*ResolvedInserted, FileName); in CodeCompletionBuilder() local
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp75 IsExpansion(Matcher<llvm::ArrayRef<syntax::Token>> Spelled, in IsExpansion()
/external/llvm-project/clang-tools-extra/clangd/unittests/
DParsedASTTests.cpp244 auto Spelled = T.spelledTokens(SM.getMainFileID()); in TEST() local