Searched defs:OrigLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Edit/ |
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()
|
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()
|
/external/clang/lib/ARCMigrate/ |
D | TransARCAssign.cpp | 47 SourceLocation OrigLoc = E->getExprLoc(); in VisitBinaryOperator() local
|
/external/clang/include/clang/Edit/ |
D | Commit.h | 36 SourceLocation OrigLoc; member
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 843 TemplateArgumentLoc OrigLoc, in getTemplateArgumentPackExpansionPattern()
|
D | SemaExpr.cpp | 8489 SourceLocation OrigLoc = Loc; in CheckForModifiableLvalue() local
|
/external/clang/lib/Parse/ |
D | ParseObjc.cpp | 2918 SourceLocation OrigLoc = Tok.getLocation(); in ParseLexedObjCMethodDefs() local
|
D | ParseDecl.cpp | 1062 SourceLocation OrigLoc = Tok.getLocation(); in ParseLexedAttribute() local
|