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

/freebsd-10.2-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp60 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
61 if (ParentIncludeLoc != SMLoc()) {
62 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc);
64 CurPtr = ParentIncludeLoc.getPointer();
/freebsd-10.2-release/contrib/llvm/lib/MC/MCParser/
H A DAsmParser.cpp591 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); local
592 if (ParentIncludeLoc != SMLoc()) {
593 jumpToLoc(ParentIncludeLoc);
1648 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); local
1649 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);

Completed in 119 milliseconds