Home
last modified time | relevance | path

Searched refs:MacroArgUse (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h51 struct MacroArgUse { struct
58 bool operator==(const MacroArgUse &Other) const { argument
65 llvm::DenseMap<SourceLocation, SmallVector<MacroArgUse, 2>> ExpansionToArgMap;
66 SmallVector<std::pair<SourceLocation, MacroArgUse>, 2>
107 MacroArgUse &ArgUse);
/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp36 MacroArgUse &ArgUse) { in deconstructMacroArgLoc()
49 ArgUse = MacroArgUse{nullptr, SourceLocation(), SourceLocation()}; in deconstructMacroArgLoc()
60 MacroArgUse ArgUse; in finishedCommit()
83 MacroArgUse ArgUse; in canInsertInOffset()
87 llvm::any_of(I->second, [&](const MacroArgUse &U) { in canInsertInOffset()
120 MacroArgUse ArgUse; in commitInsert()