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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp79 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); local
80 if (ParentIncludeLoc != SMLoc()) {
88 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc);
90 CurPtr = ParentIncludeLoc.getPointer();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp851 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer); local
852 if (ParentIncludeLoc != SMLoc()) {
853 jumpToLoc(ParentIncludeLoc);
2342 SMLoc ParentIncludeLoc = DiagSrcMgr.getParentIncludeLoc(DiagCurBuffer); local
2343 DiagSrcMgr.PrintIncludeStack(ParentIncludeLoc, OS);

Completed in 133 milliseconds