Searched refs:ColonProtectionRAIIObject (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/Parse/
H A DRAIIObjectsForParser.h261 /// ColonProtectionRAIIObject - This sets the Parser::ColonIsSacred bool and
264 class ColonProtectionRAIIObject { class in namespace:clang
268 ColonProtectionRAIIObject(Parser &p, bool Value = true) function in class:clang::ColonProtectionRAIIObject
279 ~ColonProtectionRAIIObject() {
H A DParseExpr.cpp254 ColonProtectionRAIIObject X(*this);
646 ColonProtectionRAIIObject X(*this, false);
2263 ColonProtectionRAIIObject X(*this);
H A DParseDeclCXX.cpp1197 ColonProtectionRAIIObject X(*this);
1992 ColonProtectionRAIIObject X(*this);
2062 ColonProtectionRAIIObject X(*this);
H A DParseStmt.cpp550 ColonProtectionRAIIObject ColonProtection(*this);
1411 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt);
H A DParseDecl.cpp3163 ColonProtectionRAIIObject X(*this);
3418 ColonProtectionRAIIObject X(*this, AllowFixedUnderlyingType);
H A DParseObjc.cpp2750 ColonProtectionRAIIObject X(*this);
/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h44 class ColonProtectionRAIIObject;
55 friend class ColonProtectionRAIIObject;
163 /// ColonProtectionRAIIObject RAII object.

Completed in 135 milliseconds