Home
last modified time | relevance | path

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

12

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp59 SourceLocation ExpLoc; in finishedCommit() local
61 std::tie(ExpLoc, ArgUse) = ExpArg; in finishedCommit()
62 auto &ArgUses = ExpansionToArgMap[ExpLoc.getRawEncoding()]; in finishedCommit()
82 SourceLocation ExpLoc; in canInsertInOffset() local
84 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in canInsertInOffset()
85 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset()
121 SourceLocation ExpLoc; in commitInsert() local
122 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in commitInsert()
124 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp59 SourceLocation ExpLoc; in finishedCommit() local
61 std::tie(ExpLoc, ArgUse) = ExpArg; in finishedCommit()
62 auto &ArgUses = ExpansionToArgMap[ExpLoc.getRawEncoding()]; in finishedCommit()
82 SourceLocation ExpLoc; in canInsertInOffset() local
84 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in canInsertInOffset()
85 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset()
121 SourceLocation ExpLoc; in commitInsert() local
122 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in commitInsert()
124 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Edit/
H A DEditedSource.cpp59 SourceLocation ExpLoc; in finishedCommit() local
61 std::tie(ExpLoc, ArgUse) = ExpArg; in finishedCommit()
62 auto &ArgUses = ExpansionToArgMap[ExpLoc.getRawEncoding()]; in finishedCommit()
82 SourceLocation ExpLoc; in canInsertInOffset() local
84 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in canInsertInOffset()
85 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset()
121 SourceLocation ExpLoc; in commitInsert() local
122 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in commitInsert()
124 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp59 SourceLocation ExpLoc; in finishedCommit() local
61 std::tie(ExpLoc, ArgUse) = ExpArg; in finishedCommit()
62 auto &ArgUses = ExpansionToArgMap[ExpLoc.getRawEncoding()]; in finishedCommit()
82 SourceLocation ExpLoc; in canInsertInOffset() local
84 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in canInsertInOffset()
85 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset()
121 SourceLocation ExpLoc; in commitInsert() local
122 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in commitInsert()
124 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp59 SourceLocation ExpLoc; in finishedCommit() local
61 std::tie(ExpLoc, ArgUse) = ExpArg; in finishedCommit()
62 auto &ArgUses = ExpansionToArgMap[ExpLoc.getRawEncoding()]; in finishedCommit()
82 SourceLocation ExpLoc; in canInsertInOffset() local
84 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in canInsertInOffset()
85 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset()
121 SourceLocation ExpLoc; in commitInsert() local
122 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse); in commitInsert()
124 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/devel/llvm80/llvm-8.0.1.src/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()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/lib/Edit/
H A DEditedSource.cpp60 SourceLocation ExpLoc;
62 std::tie(ExpLoc, ArgUse) = ExpArg;
63 auto &ArgUses = ExpansionToArgMap[ExpLoc.getRawEncoding()];
83 SourceLocation ExpLoc;
85 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse);
86 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding());
122 SourceLocation ExpLoc;
123 deconstructMacroArgLoc(OrigLoc, ExpLoc, ArgUse);
125 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse);
/dports/lang/clang-mesa/clang-13.0.1.src/lib/Edit/
H A DEditedSource.cpp59 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()
/dports/devel/llvm80/llvm-8.0.1.src/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()
/dports/devel/llvm70/llvm-7.0.1.src/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()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/Parse/
H A DParseStmtAsm.cpp438 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()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/Parse/
H A DParseStmtAsm.cpp438 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()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/Parse/
H A DParseStmtAsm.cpp454 std::pair<FileID, unsigned> ExpLoc = in ParseMicrosoftAsmStatement() local
456 if (ExpLoc.first != FID || in ParseMicrosoftAsmStatement()
457 SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second) != LineNo) { in ParseMicrosoftAsmStatement()
472 LineNo = SrcMgr.getLineNumber(ExpLoc.first, ExpLoc.second); in ParseMicrosoftAsmStatement()
477 FID = ExpLoc.first; in ParseMicrosoftAsmStatement()
478 LineNo = SrcMgr.getLineNumber(FID, ExpLoc.second); in ParseMicrosoftAsmStatement()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/Parse/
H A DParseStmtAsm.cpp438 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()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/Parse/
H A DParseStmtAsm.cpp438 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()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/Parse/
H A DParseStmtAsm.cpp438 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()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/Parse/
H A DParseStmtAsm.cpp438 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()

12