Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h339 class PoisonSEHIdentifiersRAIIObject {
350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
DParser.cpp978 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
DParseDeclCXX.cpp3202 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()
/external/clang/include/clang/Parse/
DParser.h46 class PoisonSEHIdentifiersRAIIObject; variable
59 friend class PoisonSEHIdentifiersRAIIObject; variable