Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Parse/
DRAIIObjectsForParser.h359 class PoisonSEHIdentifiersRAIIObject {
370 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
DParser.h48 class PoisonSEHIdentifiersRAIIObject; variable
64 friend class PoisonSEHIdentifiersRAIIObject; variable
/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
/external/llvm-project/clang/lib/Parse/
DParser.cpp1172 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
DParseDeclCXX.cpp3486 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()