Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DRAIIObjectsForParser.h333 class PoisonSEHIdentifiersRAIIObject {
344 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
DParser.cpp931 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
DParseDeclCXX.cpp3105 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()
/external/clang/include/clang/Parse/
DParser.h46 class PoisonSEHIdentifiersRAIIObject; variable
57 friend class PoisonSEHIdentifiersRAIIObject; variable