HomeSort by: relevance | last modified time | path
    Searched refs:ColonProtectionRAIIObject (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Parse/
RAIIObjectsForParser.h 267 /// ColonProtectionRAIIObject - This sets the Parser::ColonIsSacred bool and
270 class ColonProtectionRAIIObject {
274 ColonProtectionRAIIObject(Parser &p, bool Value = true)
285 ~ColonProtectionRAIIObject() {
Parser.h 46 class ColonProtectionRAIIObject;
61 friend class ColonProtectionRAIIObject;
225 /// ColonProtectionRAIIObject RAII object.
1839 BalancedDelimiterTracker &Tracker, ColonProtectionRAIIObject &ColonProt);
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseOpenMP.cpp 308 ColonProtectionRAIIObject ColonRAII(*this);
3653 ColonProtectionRAIIObject ColonRAII(*this);
3750 ColonProtectionRAIIObject ColonRAII(*this);
3787 ColonProtectionRAIIObject ColonRAII(*this);
3838 ColonProtectionRAIIObject ColonRAII(*this);
3913 ColonProtectionRAIIObject ColonRAII(*this);
3957 ColonProtectionRAIIObject ColonRAII(*this, MayHaveTail);
ParseStmt.cpp 729 ColonProtectionRAIIObject ColonProtection(*this);
1873 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt);
1966 ColonProtectionRAIIObject ColonProtection(*this, MightBeForRangeStmt);
ParseExpr.cpp 476 ColonProtectionRAIIObject X(*this);
1907 ColonProtectionRAIIObject RAII(*this);
2768 ColonProtectionRAIIObject ColonProtection(*this, false);
3213 ColonProtectionRAIIObject X(*this);
ParseTemplate.cpp 1568 ColonProtectionRAIIObject ColonProtection(*this, false);
ParseExprCXX.cpp 2960 ColonProtectionRAIIObject ColonRAII(*this, false);
3825 ColonProtectionRAIIObject &ColonProt) {
3909 ColonProtectionRAIIObject InnerColonProtection(*this);
ParseDeclCXX.cpp 1569 ColonProtectionRAIIObject X(*this);
2526 ColonProtectionRAIIObject X(*this);
ParseDecl.cpp 4218 ColonProtectionRAIIObject X(*this);
4464 ColonProtectionRAIIObject X(*this);
5942 ColonProtectionRAIIObject X(
ParseObjc.cpp 3461 ColonProtectionRAIIObject X(*this);

Completed in 79 milliseconds