Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Parse/
HDRAIIObjectsForParser.h394 class PoisonSEHIdentifiersRAIIObject {
405 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
HDParser.h45 class PoisonSEHIdentifiersRAIIObject; variable
64 friend class PoisonSEHIdentifiersRAIIObject; variable
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParser.cpp1297 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
HDParseDeclCXX.cpp3936 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()