Searched defs:OrigLoc (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
H A D | Commit.h | 40 SourceLocation OrigLoc; member
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 1056 TemplateArgumentLoc OrigLoc, in getTemplateArgumentPackExpansionPattern()
|
H A D | SemaDecl.cpp | 11921 SourceLocation OrigLoc; member 11988 SourceLocation OrigLoc; member 12056 SourceLocation OrigLoc; member
|
H A D | SemaExpr.cpp | 12833 SourceLocation OrigLoc = Loc; in CheckForModifiableLvalue() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 3647 SourceLocation OrigLoc = Tok.getLocation(); in ParseLexedObjCMethodDefs() local
|