Home
last modified time | relevance | path

Searched refs:CurrCommitMacroArgExps (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Edit/
H A DEditedSource.cpp58 for (auto &ExpArg : CurrCommitMacroArgExps) { in finishedCommit()
66 CurrCommitMacroArgExps.clear(); in finishedCommit()
124 CurrCommitMacroArgExps.emplace_back(ExpLoc, ArgUse); in commitInsert()
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h67 CurrCommitMacroArgExps; variable