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.h43 class ColonProtectionRAIIObject; variable
59 friend class ColonProtectionRAIIObject; variable
1955 BalancedDelimiterTracker &Tracker, ColonProtectionRAIIObject &ColonProt);
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp323 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPDeclareReductionDirective()
4262 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPIteratorsExpr()
4406 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4443 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4563 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4645 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4679 ColonProtectionRAIIObject ColonRAII(*this); in ParseOpenMPVarList()
4710 ColonProtectionRAIIObject ColonRAII(*this, MayHaveTail); in ParseOpenMPVarList()
H A DParseExpr.cpp507 ColonProtectionRAIIObject X(*this); in ParseRHSOfBinaryExpression()
2076 ColonProtectionRAIIObject RAII(*this); in ParsePostfixExpressionSuffix()
2084 ColonProtectionRAIIObject RAII(*this); in ParsePostfixExpressionSuffix()
3029 ColonProtectionRAIIObject ColonProtection(*this, false); in ParseParenExpression()
3511 ColonProtectionRAIIObject X(*this); in ParseGenericSelectionExpression()
H A DParseStmt.cpp863 ColonProtectionRAIIObject ColonProtection(*this); in ParseCaseStatement()
2112 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
2208 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt); in ParseForStatement()
H A DParseExprCXX.cpp3188 ColonProtectionRAIIObject ColonRAII(*this, false); in ParseUnqualifiedId()
4057 ColonProtectionRAIIObject &ColonProt) { in ParseCXXAmbiguousParenExpression()
4142 ColonProtectionRAIIObject InnerColonProtection(*this); in ParseCXXAmbiguousParenExpression()
H A DParseTemplate.cpp1538 ColonProtectionRAIIObject ColonProtection(*this, false); in ParseTemplateArgumentList()
H A DParseDeclCXX.cpp1869 ColonProtectionRAIIObject X(*this); in ParseClassSpecifier()
2873 ColonProtectionRAIIObject X(*this); in ParseCXXClassMemberDeclaration()
H A DParseDecl.cpp4958 ColonProtectionRAIIObject X(*this); in ParseStructDeclaration()
5292 ColonProtectionRAIIObject X(*this); in ParseEnumSpecifier()
6880 ColonProtectionRAIIObject X( in ParseDirectDeclarator()
H A DParseObjc.cpp3528 ColonProtectionRAIIObject X(*this); in ParseObjCDictionaryLiteral()