Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDRAIIObjectsForParser.h339 class PoisonSEHIdentifiersRAIIObject {
350 PoisonSEHIdentifiersRAIIObject(Parser &Self, bool NewValue) in PoisonSEHIdentifiersRAIIObject() function
HDParser.cpp964 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseFunctionDefinition()
HDParseDeclCXX.cpp3131 PoisonSEHIdentifiersRAIIObject PoisonSEHIdentifiers(*this, true); in ParseConstructorInitializer()
/NextBSD/contrib/llvm/tools/clang/include/clang/Parse/
HDParser.h46 class PoisonSEHIdentifiersRAIIObject; variable
59 friend class PoisonSEHIdentifiersRAIIObject; variable