Home
last modified time | relevance | path

Searched refs:spelledIdentifierTouching (Results 1 – 8 of 8) sorted by relevance

/external/llvm-project/clang-tools-extra/clangd/unittests/
DCollectMacrosTests.cpp92 const auto *Id = syntax::spelledIdentifierTouching(*Loc, AST.getTokens()); in TEST()
DSourceCodeTests.cpp530 const auto *Id = syntax::spelledIdentifierTouching(*CurLoc, AST.getTokens()); in TEST()
544 const auto *Id = syntax::spelledIdentifierTouching(*CurLoc, AST.getTokens()); in TEST()
/external/llvm-project/clang/include/clang/Tooling/Syntax/
DTokens.h385 spelledIdentifierTouching(SourceLocation Loc,
388 spelledIdentifierTouching(SourceLocation Loc,
/external/llvm-project/clang/lib/Tooling/Syntax/
DTokens.cpp466 syntax::spelledIdentifierTouching(SourceLocation Loc, in spelledIdentifierTouching() function in syntax
476 syntax::spelledIdentifierTouching(SourceLocation Loc, in spelledIdentifierTouching() function in syntax
478 return spelledIdentifierTouching( in spelledIdentifierTouching()
/external/llvm-project/clang-tools-extra/clangd/
DXRefs.cpp671 syntax::spelledIdentifierTouching(*CurLoc, AST.getTokens()); in locateSymbolAt()
1200 syntax::spelledIdentifierTouching(*CurLoc, AST.getTokens())) { in findReferences()
1317 syntax::spelledIdentifierTouching(*CurLoc, AST.getTokens()); in getSymbolInfo()
/external/llvm-project/clang-tools-extra/clangd/index/
DSymbolCollector.cpp623 spelledIdentifierTouching(LocAndRole.Loc, Tokens); in finish()
/external/llvm-project/clang-tools-extra/clangd/refactor/
DRename.cpp621 spelledIdentifierTouching(*Loc, AST.getTokens()); in rename()
/external/llvm-project/clang/unittests/Tooling/Syntax/
DTokensTest.cpp905 const syntax::Token *Tok = spelledIdentifierTouching(Loc, Buffer); in TEST_F()