Searched refs:origLoc (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp303 SourceLocation origLoc = Tok.getLocation(); local
339 assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
344 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
355 SourceLocation origLoc = Tok.getLocation(); local
409 assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
415 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
453 SourceLocation origLoc = Tok.getLocation(); local
473 assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
478 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
489 while (Tok.getLocation() != origLoc
[all...]

Completed in 52 milliseconds