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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseCXXInlineMethods.cpp323 SourceLocation origLoc = Tok.getLocation(); local
366 assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
371 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
414 SourceLocation origLoc = Tok.getLocation(); local
434 assert(!PP.getSourceManager().isBeforeInTranslationUnit(origLoc,
439 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
450 while (Tok.getLocation() != origLoc && Tok.isNot(tok::eof))
469 if (Tok.getLocation() != origLoc) {
476 origLoc))
477 while (Tok.getLocation() != origLoc
[all...]

Completed in 67 milliseconds