reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Parse/Parser.h
   46   class ColonProtectionRAIIObject;

References

tools/clang/include/clang/Parse/Parser.h
 1736       BalancedDelimiterTracker &Tracker, ColonProtectionRAIIObject &ColonProt);
tools/clang/lib/Parse/ParseDecl.cpp
 4087       ColonProtectionRAIIObject X(*this);
 4331     ColonProtectionRAIIObject X(*this, AllowDeclaration);
 5748     ColonProtectionRAIIObject X(
tools/clang/lib/Parse/ParseDeclCXX.cpp
 1546     ColonProtectionRAIIObject X(*this);
 2480   ColonProtectionRAIIObject X(*this);
tools/clang/lib/Parse/ParseExpr.cpp
  347         ColonProtectionRAIIObject X(*this);
 1587         ColonProtectionRAIIObject RAII(*this);
 2379   ColonProtectionRAIIObject ColonProtection(*this, false);
 2788       ColonProtectionRAIIObject X(*this);
tools/clang/lib/Parse/ParseExprCXX.cpp
 2858       ColonProtectionRAIIObject ColonRAII(*this, false);
 3406                                          ColonProtectionRAIIObject &ColonProt) {
 3490       ColonProtectionRAIIObject InnerColonProtection(*this);
tools/clang/lib/Parse/ParseObjc.cpp
 3453       ColonProtectionRAIIObject X(*this);
tools/clang/lib/Parse/ParseOpenMP.cpp
  269     ColonProtectionRAIIObject ColonRAII(*this);
 2571     ColonProtectionRAIIObject ColonRAII(*this);
 2591     ColonProtectionRAIIObject ColonRAII(*this);
 2627     ColonProtectionRAIIObject ColonRAII(*this);
 2690     ColonProtectionRAIIObject ColonRAII(*this);
 2724     ColonProtectionRAIIObject ColonRAII(*this, MayHaveTail);
tools/clang/lib/Parse/ParseStmt.cpp
  713     ColonProtectionRAIIObject ColonProtection(*this);
 1715     ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt);
 1809         ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt);
tools/clang/lib/Parse/ParseTemplate.cpp
 1384   ColonProtectionRAIIObject ColonProtection(*this, false);