Searched refs:ExpLoc (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Edit/ |
D | EditedSource.cpp | 45 SourceLocation ExpLoc; in finishedCommit() local 47 std::tie(ExpLoc, II) = ExpArg; in finishedCommit() 48 auto &ArgNames = ExpansionToArgMap[ExpLoc.getRawEncoding()]; in finishedCommit() 70 SourceLocation ExpLoc; in canInsertInOffset() local 71 deconstructMacroArgLoc(OrigLoc, ExpLoc, II); in canInsertInOffset() 72 auto I = ExpansionToArgMap.find(ExpLoc.getRawEncoding()); in canInsertInOffset() 105 SourceLocation ExpLoc; in commitInsert() local 106 deconstructMacroArgLoc(OrigLoc, ExpLoc, II); in commitInsert() 108 CurrCommitMacroArgExps.emplace_back(ExpLoc, II); in commitInsert()
|
/external/llvm-project/clang/lib/Edit/ |
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()
|
/external/llvm-project/clang/lib/Parse/ |
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()
|
/external/clang/lib/Parse/ |
D | ParseStmtAsm.cpp | 440 std::pair<FileID, unsigned> ExpLoc = in ParseMicrosoftAsmStatement() local 442 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()
|
/external/clang/lib/Basic/ |
D | SourceManager.cpp | 1035 SourceLocation ExpLoc = ExpInfo.getExpansionLocStart(); in isAtStartOfImmediateMacroExpansion() local 1047 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion() 1053 *MacroBegin = ExpLoc; in isAtStartOfImmediateMacroExpansion()
|
/external/llvm-project/clang/lib/Basic/ |
D | SourceManager.cpp | 1083 SourceLocation ExpLoc = ExpInfo.getExpansionLocStart(); in isAtStartOfImmediateMacroExpansion() local 1095 PrevEntry.getExpansion().getExpansionLocStart() == ExpLoc) in isAtStartOfImmediateMacroExpansion() 1101 *MacroBegin = ExpLoc; in isAtStartOfImmediateMacroExpansion()
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 14324 SourceLocation ExpLoc; in CheckEnumConstant() local
|