Home
last modified time | relevance | path

Searched refs:ColonProtectionRAIIObject (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DRAIIObjectsForParser.h273 class ColonProtectionRAIIObject {
277 ColonProtectionRAIIObject(Parser &p, bool Value = true)
288 ~ColonProtectionRAIIObject() { in ~ColonProtectionRAIIObject()
H A DParser.h40 class ColonProtectionRAIIObject; variable
55 friend class ColonProtectionRAIIObject; variable
1899 BalancedDelimiterTracker &Tracker, ColonProtectionRAIIObject &ColonProt);
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp321 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPDeclareReductionDirective()
4319 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPIteratorsExpr()
4463 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4500 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4620 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4700 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4734 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4765 ColonProtectionRAIIObject ColonRAII(*this, MayHaveTail); in ParseOpenMPVarList()
H A DParseExpr.cpp488 ColonProtectionRAIIObject X(*this); in ParseRHSOfBinaryExpression()
2009 ColonProtectionRAIIObject RAII(*this); in ParsePostfixExpressionSuffix()
2016 ColonProtectionRAIIObject RAII(*this); in ParsePostfixExpressionSuffix()
2955 ColonProtectionRAIIObject ColonProtection(*this, false); in ParseParenExpression()
3436 ColonProtectionRAIIObject X(*this); in ParseGenericSelectionExpression()
H A DParseStmt.cpp851 ColonProtectionRAIIObject ColonProtection(*this); in ParseCaseStatement()
2097 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2191 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
H A DParseExprCXX.cpp3076 ColonProtectionRAIIObject ColonRAII(*this, false); in ParseUnqualifiedId()
3936 ColonProtectionRAIIObject &ColonProt) { in ParseCXXAmbiguousParenExpression()
4021 ColonProtectionRAIIObject InnerColonProtection(*this); in ParseCXXAmbiguousParenExpression()
H A DParseTemplate.cpp1649 ColonProtectionRAIIObject ColonProtection(*this, false); in ParseTemplateArgumentList()
H A DParseDeclCXX.cpp1702 ColonProtectionRAIIObject X(*this); in ParseClassSpecifier()
2707 ColonProtectionRAIIObject X(*this); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp4658 ColonProtectionRAIIObject X(*this); in ParseStructDeclaration()
4909 ColonProtectionRAIIObject X(*this); in ParseEnumSpecifier()
6484 ColonProtectionRAIIObject X( in ParseDirectDeclarator()
H A DParseObjc.cpp3529 ColonProtectionRAIIObject X(*this); in ParseObjCDictionaryLiteral()