Searched refs:spelledIdentifierTouching (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | CollectMacrosTests.cpp | 92 const auto *Id = syntax::spelledIdentifierTouching(*Loc, AST.getTokens()); in TEST()
|
D | SourceCodeTests.cpp | 530 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/ |
D | Tokens.h | 385 spelledIdentifierTouching(SourceLocation Loc, 388 spelledIdentifierTouching(SourceLocation Loc,
|
/external/llvm-project/clang/lib/Tooling/Syntax/ |
D | Tokens.cpp | 466 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/ |
D | XRefs.cpp | 671 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/ |
D | SymbolCollector.cpp | 623 spelledIdentifierTouching(LocAndRole.Loc, Tokens); in finish()
|
/external/llvm-project/clang-tools-extra/clangd/refactor/ |
D | Rename.cpp | 621 spelledIdentifierTouching(*Loc, AST.getTokens()); in rename()
|
/external/llvm-project/clang/unittests/Tooling/Syntax/ |
D | TokensTest.cpp | 905 const syntax::Token *Tok = spelledIdentifierTouching(Loc, Buffer); in TEST_F()
|