Home
last modified time | relevance | path

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

/freebsd-14.2/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.h42 class PoisonSEHIdentifiersRAIIObject; variable
60 friend class PoisonSEHIdentifiersRAIIObject; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParser.cpp1292 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
H A DParseDeclCXX.cpp3755 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()