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

/external/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();
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp606 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); local
607 if (ParentIncludeLoc != SMLoc()) {
608 jumpToLoc(ParentIncludeLoc);
1706 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); local
1707 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);

Completed in 329 milliseconds