Home
last modified time | relevance | path

Searched refs:ExpLoc (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp57 SourceLocation ExpLoc; in finishedCommit() local
59 std::tie(ExpLoc, ArgUse) = ExpArg; in finishedCommit()
60 auto &ArgUses = ExpansionToArgMap[ExpLoc]; in finishedCommit()
80 SourceLocation ExpLoc; in canInsertInOffset() local
82 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in canInsertInOffset()
83 auto I = ExpansionToArgMap.find(ExpLoc); in canInsertInOffset()
119 SourceLocation ExpLoc; in commitInsert() local
120 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in commitInsert()
122 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp417 FileIDAndOffset ExpLoc = SrcMgr.getDecomposedExpansionLoc(TokLoc); in ParseMicrosoftAsmStatement() local
418 if (ExpLoc.first != FID || in ParseMicrosoftAsmStatement()
419 SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second) != LineNo) { in ParseMicrosoftAsmStatement()
434 LineNo = SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second); in ParseMicrosoftAsmStatement()
439 FID = ExpLoc.first; in ParseMicrosoftAsmStatement()
440 LineNo = SrcMgr.getLineNumber(FID, ExpLoc.second); in ParseMicrosoftAsmStatement()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1050 SourceLocation ExpLoc = ExpInfo.getExpansionLocStart(); in isAtStartOfImmediateMacroExpansion() local
1062 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion()
1068 *MacroBegin = ExpLoc; in isAtStartOfImmediateMacroExpansion()