HomeSort by relevance Sort by last modified time
    Searched refs:ParentIncludeLoc (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/TableGen/
TGLexer.cpp 61 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
62 if (ParentIncludeLoc != SMLoc()) {
63 CurBuffer = SrcMgr.FindBufferContainingLoc(ParentIncludeLoc);
65 CurPtr = ParentIncludeLoc.getPointer();
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp 484 SMLoc ParentIncludeLoc = SrcMgr.getParentIncludeLoc(CurBuffer);
485 if (ParentIncludeLoc != SMLoc()) {
486 JumpToLoc(ParentIncludeLoc);
    [all...]

Completed in 111 milliseconds