Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h394 class PoisonSEHIdentifiersRAIIObject {
405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
H A DParser.h45 class PoisonSEHIdentifiersRAIIObject; variable
64 friend class PoisonSEHIdentifiersRAIIObject; variable
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1297 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
H A DParseDeclCXX.cpp3936 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()