Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Edit/
H A DEditedSource.cpp60 SourceLocation ExpLoc; in finishedCommit() local
62 std::tie(ExpLoc, ArgUse) = ExpArg; in finishedCommit()
63 auto &ArgUses = ExpansionToArgMap[ExpLoc.getRawEncoding()]; in finishedCommit()
83 SourceLocation ExpLoc; in canInsertInOffset() local
85 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in canInsertInOffset()
86 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset()
122 SourceLocation ExpLoc; in commitInsert() local
123 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in commitInsert()
125 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseStmtAsm.cpp455 std::pair<FileID, unsigned> ExpLoc = in ParseMicrosoftAsmStatement() local
457 if (ExpLoc.first != FID || in ParseMicrosoftAsmStatement()
458 SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second) != LineNo) { in ParseMicrosoftAsmStatement()
473 LineNo = SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second); in ParseMicrosoftAsmStatement()
478 FID = ExpLoc.first; in ParseMicrosoftAsmStatement()
479 LineNo = SrcMgr.getLineNumber(FID, ExpLoc.second); in ParseMicrosoftAsmStatement()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1030 SourceLocation ExpLoc = ExpInfo.getExpansionLocStart(); in isAtStartOfImmediateMacroExpansion() local
1042 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion()
1048 *MacroBegin = ExpLoc; in isAtStartOfImmediateMacroExpansion()