Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp1065 ExpArgTokens &CurrExpArgTokens = Pair.second; in expandFromPrevMacro() local
1068 auto It = CurrExpArgTokens.begin(); in expandFromPrevMacro()
1069 while (It != CurrExpArgTokens.end()) { in expandFromPrevMacro()
1086 It = CurrExpArgTokens.insert( in expandFromPrevMacro()
1089 It = CurrExpArgTokens.erase(It); in expandFromPrevMacro()