Searched refs:EInfo (Results 1 – 5 of 5) sorted by relevance
704 FileIDAndOffset EInfo = SM.getDecomposedLoc(ELoc); in ProcessCodeCompleteResults() local707 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, SemaRef.LangOpts); in ProcessCodeCompleteResults()712 << SM.getLineNumber(EInfo.first, EInfo.second) << ':' in ProcessCodeCompleteResults()713 << SM.getColumnNumber(EInfo.first, EInfo.second) << "}" in ProcessCodeCompleteResults()
95 FileIDAndOffset EInfo = SM.getDecomposedLoc(E); in addLocationToResult() local99 if (BInfo.first != CaretFileID || EInfo.first != CaretFileID) in addLocationToResult()
1522 FileIDAndOffset EInfo = SM.getDecomposedLoc(ELoc); in emitParseableFixits() local1526 EInfo.second += Lexer::MeasureTokenLength(ELoc, SM, LangOpts); in emitParseableFixits()1538 << '-' << SM.getLineNumber(EInfo.first, EInfo.second) in emitParseableFixits()1539 << ':' << SM.getColumnNumber(EInfo.first, EInfo.second) in emitParseableFixits()
310 const SrcMgr::ExpansionInfo &EInfo = SE.getExpansion(); in isFunctionMacroExpansion() local311 return EInfo.isFunctionMacroExpansion(); in isFunctionMacroExpansion()
1454 FunctionType::ExtInfo EInfo);