Searched refs:ExpLoc (Results 1 – 4 of 4) sorted by relevance
45 SourceLocation ExpLoc; in finishedCommit() local47 std::tie(ExpLoc, II) = ExpArg; in finishedCommit()48 auto &ArgNames = ExpansionToArgMap[ExpLoc.getRawEncoding()]; in finishedCommit()70 SourceLocation ExpLoc; in canInsertInOffset() local71 deconstructMacroArgLoc(OrigLoc, ExpLoc, II); in canInsertInOffset()72 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset()105 SourceLocation ExpLoc; in commitInsert() local106 deconstructMacroArgLoc(OrigLoc, ExpLoc, II); in commitInsert()108 CurrCommitMacroArgExps.emplace_back(ExpLoc, II); in commitInsert()
440 std::pair<FileID, unsigned> ExpLoc = in ParseMicrosoftAsmStatement() local442 if (ExpLoc.first != FID || in ParseMicrosoftAsmStatement()443 SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second) != LineNo) { in ParseMicrosoftAsmStatement()458 LineNo = SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second); in ParseMicrosoftAsmStatement()
1035 SourceLocation ExpLoc = ExpInfo.getExpansionLocStart(); in isAtStartOfImmediateMacroExpansion() local1047 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion()1053 *MacroBegin = ExpLoc; in isAtStartOfImmediateMacroExpansion()
14324 SourceLocation ExpLoc; in CheckEnumConstant() local