Home
last modified time | relevance | path

Searched refs:SymbolOccurrence (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/
DSymbolOccurrences.h39 class SymbolOccurrence {
63 SymbolOccurrence(const SymbolName &Name, OccurrenceKind Kind,
66 SymbolOccurrence(SymbolOccurrence &&) = default;
67 SymbolOccurrence &operator=(SymbolOccurrence &&) = default;
85 using SymbolOccurrences = std::vector<SymbolOccurrence>;
/external/llvm-project/clang/lib/Tooling/Refactoring/Rename/
DSymbolOccurrences.cpp16 SymbolOccurrence::SymbolOccurrence(const SymbolName &Name, OccurrenceKind Kind, in SymbolOccurrence() function in SymbolOccurrence
DUSRLocFinder.cpp100 Occurrences.emplace_back(PrevName, SymbolOccurrence::MatchingSymbol, in checkAndAddLocation()
/external/llvm-project/clang/unittests/Tooling/
DRefactoringActionRulesTest.cpp213 Occurrences.push_back(SymbolOccurrence(SymbolName("test"), in TEST_F()
214 SymbolOccurrence::MatchingSymbol, in TEST_F()
232 EXPECT_EQ(Occurrences[0].getKind(), SymbolOccurrence::MatchingSymbol); in TEST_F()