Searched refs:KeyPosition (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Tooling/Refactoring/
H A DAtomicChange.h39 /// Creates an atomic change around \p KeyPosition with the key being a
40 /// concatenation of the file name and the offset of \p KeyPosition.
41 /// \p KeyPosition should be the location of the key syntactical element that
43 AtomicChange(const SourceManager &SM, SourceLocation KeyPosition);
45 AtomicChange(const SourceManager &SM, SourceLocation KeyPosition,
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/
H A DAtomicChange.cpp197 SourceLocation KeyPosition) {
198 const FullSourceLoc FullKeyPosition(KeyPosition, SM);
207 AtomicChange::AtomicChange(const SourceManager &SM, SourceLocation KeyPosition, argument
209 : AtomicChange(SM, KeyPosition) {
196 AtomicChange(const SourceManager &SM, SourceLocation KeyPosition) argument

Completed in 441 milliseconds