Searched defs:OrigLoc (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/llvm/dist/clang/lib/Edit/ |
H A D | Commit.cpp | 177 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert() 191 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange() 207 void Commit::addRemove(SourceLocation OrigLoc, in addRemove() 280 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
|
H A D | EditedSource.cpp | 31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() 53 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() 83 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange() 141 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
|
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/ |
H A D | TransARCAssign.cpp | 47 SourceLocation OrigLoc = E->getExprLoc(); in VisitBinaryOperator() local
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/ |
H A D | Commit.h | 36 SourceLocation OrigLoc; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 881 TemplateArgumentLoc OrigLoc, in getTemplateArgumentPackExpansionPattern()
|
H A D | SemaExpr.cpp | 8621 SourceLocation OrigLoc = Loc; in CheckForModifiableLvalue() local
|
/minix3/external/bsd/llvm/dist/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 2882 SourceLocation OrigLoc = Tok.getLocation(); in ParseLexedObjCMethodDefs() local
|