Searched refs:ExpLoc (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Edit/ |
H A D | EditedSource.cpp | 59 SourceLocation ExpLoc; in finishedCommit() local 61 std::tie(ExpLoc, ArgUse) = ExpArg; in finishedCommit() 62 auto &ArgUses = ExpansionToArgMap[ExpLoc]; in finishedCommit() 82 SourceLocation ExpLoc; in canInsertInOffset() local 84 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in canInsertInOffset() 85 auto I = ExpansionToArgMap.find(ExpLoc); in canInsertInOffset() 121 SourceLocation ExpLoc; in commitInsert() local 122 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in commitInsert() 124 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseStmtAsm.cpp | 438 std::pair<FileID, unsigned> ExpLoc = in ParseMicrosoftAsmStatement() local 440 if (ExpLoc.first != FID || in ParseMicrosoftAsmStatement() 441 SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second) != LineNo) { in ParseMicrosoftAsmStatement() 456 LineNo = SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second); in ParseMicrosoftAsmStatement() 461 FID = ExpLoc.first; in ParseMicrosoftAsmStatement() 462 LineNo = SrcMgr.getLineNumber(FID, ExpLoc.second); in ParseMicrosoftAsmStatement()
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | SourceManager.cpp | 1045 SourceLocation ExpLoc = ExpInfo.getExpansionLocStart(); in isAtStartOfImmediateMacroExpansion() local 1057 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion() 1063 *MacroBegin = ExpLoc; in isAtStartOfImmediateMacroExpansion()
|