Home
last modified time | relevance | path

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

/freebsd/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.h44 class ColonProtectionRAIIObject; variable
196 friend class ColonProtectionRAIIObject;
4451 BalancedDelimiterTracker &Tracker, ColonProtectionRAIIObject &ColonProt);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp194 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPDeclareReductionDirective()
4201 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPIteratorsExpr()
4458 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4495 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4615 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4698 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4736 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4768 ColonProtectionRAIIObject ColonRAII(*this, MayHaveTail); in ParseOpenMPVarList()
H A DParseExpr.cpp392 ColonProtectionRAIIObject X(*this); in ParseRHSOfBinaryExpression()
1728 ColonProtectionRAIIObject RAII(*this); in ParsePostfixExpressionSuffix()
1736 ColonProtectionRAIIObject RAII(*this); in ParsePostfixExpressionSuffix()
2616 ColonProtectionRAIIObject ColonProtection(*this, false); in ParseParenExpression()
3058 ColonProtectionRAIIObject X(*this); in ParseGenericSelectionExpression()
H A DParseStmt.cpp797 ColonProtectionRAIIObject ColonProtection(*this); in ParseCaseStatement()
1992 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2088 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
H A DParseExprCXX.cpp2795 ColonProtectionRAIIObject ColonRAII(*this, false); in ParseUnqualifiedId()
3555 ColonProtectionRAIIObject &ColonProt) { in ParseCXXAmbiguousParenExpression()
3641 ColonProtectionRAIIObject InnerColonProtection(*this); in ParseCXXAmbiguousParenExpression()
H A DParseTemplate.cpp1335 ColonProtectionRAIIObject ColonProtection(*this, false); in ParseTemplateArgumentList()
H A DParseDeclCXX.cpp1708 ColonProtectionRAIIObject X(*this); in ParseClassSpecifier()
2717 ColonProtectionRAIIObject X(*this); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp4737 ColonProtectionRAIIObject X(*this); in ParseStructDeclaration()
5028 ColonProtectionRAIIObject X(*this); in ParseEnumSpecifier()
6546 ColonProtectionRAIIObject X( in ParseDirectDeclarator()
H A DParseObjc.cpp3106 ColonProtectionRAIIObject X(*this); in ParseObjCDictionaryLiteral()