Searched refs:IsReset (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaAttr.cpp67 bool pop(IdentifierInfo *Name, bool IsReset);
71 bool PragmaPackStack::pop(IdentifierInfo *Name, bool IsReset) { argument
77 if (!IsReset)
182 if (!Context->pop(nullptr, /*IsReset=*/true)) {
251 if (!Context->pop(Name, /*IsReset=*/false)) {

Completed in 151 milliseconds