Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h94 bool Popped; variable
150 assert(!Popped && "ParsingDeclaration has already been popped!"); in complete()
163 Popped = false; in push()
167 if (!Popped) { in pop()
169 Popped = true; in pop()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h1096 bool Popped; variable
1102 : P(P), Popped(false), in ParsingClassDefinition()
1108 assert(!Popped && "Nested class has already been popped"); in Pop()
1109 Popped = true; in Pop()
1114 if (!Popped) in ~ParsingClassDefinition()