Home
last modified time | relevance | path

Searched defs:OrigLoc (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Edit/
DEditedSource.cpp30 bool EditedSource::canInsertInOffset(SourceLocation OrigLoc, FileOffset Offs) { in canInsertInOffset()
52 bool EditedSource::commitInsert(SourceLocation OrigLoc, in commitInsert()
84 bool EditedSource::commitInsertFromRange(SourceLocation OrigLoc, in commitInsertFromRange()
139 void EditedSource::commitRemove(SourceLocation OrigLoc, in commitRemove()
DCommit.cpp177 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()
/external/clang/lib/ARCMigrate/
DTransARCAssign.cpp46 SourceLocation OrigLoc = E->getExprLoc(); in VisitBinaryOperator() local
/external/clang/include/clang/Edit/
DCommit.h35 SourceLocation OrigLoc; member
/external/clang/lib/Parse/
DParseObjc.cpp2817 SourceLocation OrigLoc = Tok.getLocation(); in ParseLexedObjCMethodDefs() local
DParseDecl.cpp778 SourceLocation OrigLoc = Tok.getLocation(); in ParseLexedAttribute() local
/external/clang/lib/Sema/
DSemaExpr.cpp7191 SourceLocation OrigLoc = Loc; in CheckForModifiableLvalue() local