Searched defs:OrigLoc (Results 1 – 8 of 8) sorted by relevance
| /trueos/contrib/llvm/tools/clang/lib/Edit/ |
| HD | Commit.cpp | 179 void Commit::addInsert(SourceLocation OrigLoc, FileOffset Offs, StringRef text, in addInsert() 193 void Commit::addInsertFromRange(SourceLocation OrigLoc, FileOffset Offs, in addInsertFromRange() 209 void Commit::addRemove(SourceLocation OrigLoc, in addRemove() 282 bool Commit::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
|
| HD | EditedSource.cpp | 31 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset() 53 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert() 85 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange() 143 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
|
| /trueos/contrib/llvm/tools/clang/lib/ARCMigrate/ |
| HD | TransARCAssign.cpp | 47 SourceLocation OrigLoc = E->getExprLoc(); in VisitBinaryOperator() local
|
| /trueos/contrib/llvm/tools/clang/include/clang/Edit/ |
| HD | Commit.h | 36 SourceLocation OrigLoc; member
|
| /trueos/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaTemplateVariadic.cpp | 851 TemplateArgumentLoc OrigLoc, in getTemplateArgumentPackExpansionPattern()
|
| HD | SemaExpr.cpp | 8265 SourceLocation OrigLoc = Loc; in CheckForModifiableLvalue() local
|
| /trueos/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 2920 SourceLocation OrigLoc = Tok.getLocation(); in ParseLexedObjCMethodDefs() local
|
| HD | ParseDecl.cpp | 1032 SourceLocation OrigLoc = Tok.getLocation(); in ParseLexedAttribute() local
|