Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h375 class PoisonSEHIdentifiersRAIIObject {
386 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
H A DParser.h49 class PoisonSEHIdentifiersRAIIObject; variable
66 friend class PoisonSEHIdentifiersRAIIObject; variable
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParser.cpp1248 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
H A DParseDeclCXX.cpp3695 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()