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 261 /// ColonProtectionRAIIObject - This sets the Parser::ColonIsSacred bool and
264 class ColonProtectionRAIIObject {
268 ColonProtectionRAIIObject(Parser &p, bool Value = true)
279 ~ColonProtectionRAIIObject() {
ParseExpr.cpp 254 ColonProtectionRAIIObject X(*this);
646 ColonProtectionRAIIObject X(*this, false);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseStmt.cpp 529 ColonProtectionRAIIObject ColonProtection(*this);
    [all...]
ParseDecl.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 43 class ColonProtectionRAIIObject;
54 friend class ColonProtectionRAIIObject;
160 /// ColonProtectionRAIIObject RAII object.
    [all...]

Completed in 123 milliseconds