Searched refs:ExpLoc (Results 1 – 4 of 4) sorted by relevance
393 std::pair<FileID, unsigned> ExpLoc = in ParseMicrosoftAsmStatement() local395 if (ExpLoc.first != FID || in ParseMicrosoftAsmStatement()396 SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second) != LineNo) { in ParseMicrosoftAsmStatement()407 LineNo = SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second); in ParseMicrosoftAsmStatement()
42 ExpLoc = SourceMgr.getImmediateExpansionRange(DefArgLoc).first; in canInsertInOffset() local44 I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset()65 ExpLoc = SourceMgr.getImmediateExpansionRange(DefArgLoc).first; in commitInsert() local66 ExpansionToArgMap[ExpLoc.getRawEncoding()] = DefArgLoc; in commitInsert()
1027 SourceLocation ExpLoc = ExpInfo.getExpansionLocStart(); in isAtStartOfImmediateMacroExpansion() local1039 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion()1045 *MacroBegin = ExpLoc; in isAtStartOfImmediateMacroExpansion()
13273 SourceLocation ExpLoc; in CheckEnumConstant() local