HomeSort by relevance Sort by last modified time
    Searched refs:ColonProtectionRAIIObject (Results 1 - 7 of 7) sorted by null

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 44 /// ColonProtectionRAIIObject - This sets the Parser::ColonIsSacred bool and
47 class ColonProtectionRAIIObject {
51 ColonProtectionRAIIObject(Parser &p, bool Value = true)
62 ~ColonProtectionRAIIObject() {
ParseExpr.cpp 290 ColonProtectionRAIIObject X(*this);
676 ColonProtectionRAIIObject X(*this, false);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseStmt.cpp 550 ColonProtectionRAIIObject ColonProtection(*this);
    [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 35 class ColonProtectionRAIIObject;
79 friend class ColonProtectionRAIIObject;
178 /// ColonProtectionRAIIObject RAII object.
    [all...]

Completed in 102 milliseconds