Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h359 class PoisonSEHIdentifiersRAIIObject {
370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
H A DParser.h48 class PoisonSEHIdentifiersRAIIObject; variable
64 friend class PoisonSEHIdentifiersRAIIObject; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParser.cpp1172 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
H A DParseDeclCXX.cpp3498 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()