Searched defs:OrigLoc (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/lib/Edit/ |
H A D | Commit.cpp | 182 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert() 196 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange() 212 void Commit::addRemove(SourceLocation OrigLoc, in addRemove() 283 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
|
H A D | EditedSource.cpp | 74 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() 111 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() 141 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange() 199 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
|
/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransARCAssign.cpp | 46 SourceLocation OrigLoc = E->getExprLoc(); in VisitBinaryOperator() local
|
H A D | TransGCAttrs.cpp | 91 SourceLocation OrigLoc = Loc; in handleAttr() local
|
/llvm-project/clang/include/clang/Edit/ |
H A D | Commit.h | 40 SourceLocation OrigLoc; member
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 1124 getTemplateArgumentPackExpansionPattern(TemplateArgumentLoc OrigLoc,SourceLocation & Ellipsis,std::optional<unsigned> & NumExpansions) const getTemplateArgumentPackExpansionPattern() argument
|
H A D | SemaDecl.cpp | 13041 SourceLocation OrigLoc; global() member 13108 SourceLocation OrigLoc; global() member 13176 SourceLocation OrigLoc; global() member [all...] |
H A D | SemaExpr.cpp | 13319 SourceLocation OrigLoc = Loc; CheckForModifiableLvalue() local
|
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 3713 SourceLocation OrigLoc = Tok.getLocation(); ParseLexedObjCMethodDefs() local
|