Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h362 class PoisonSEHIdentifiersRAIIObject {
373 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
H A DParser.h48 class PoisonSEHIdentifiersRAIIObject; variable
64 friend class PoisonSEHIdentifiersRAIIObject; variable
/llvm-project-15.0.7/clang/lib/Parse/
H A DParser.cpp1215 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
H A DParseDeclCXX.cpp3602 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()