Searched refs:includeLoc (Results 1 – 3 of 3) sorted by relevance
86 SMLoc includeLoc = sourceMgr.getBufferInfo(i + 1).IncludeLoc; in gatherIncludeFiles() local87 if (!includeLoc.isValid() || sourceMgr.FindBufferContainingLoc( in gatherIncludeFiles()88 includeLoc) != sourceMgr.getMainFileID()) in gatherIncludeFiles()101 const char *includeStart = includeLoc.getPointer() - 2; in gatherIncludeFiles()106 SMRange includeRange(SMLoc::getFromPointer(includeStart), includeLoc); in gatherIncludeFiles()
108 LogicalResult Lexer::pushInclude(StringRef filename, SMRange includeLoc) { in pushInclude() argument111 srcMgr.AddIncludeFile(filename.str(), includeLoc.End, includedFile); in pushInclude()
181 LogicalResult pushInclude(StringRef filename, SMRange includeLoc);