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

  /external/clang/lib/Parse/
RAIIObjectsForParser.h 267 /// ColonProtectionRAIIObject - This sets the Parser::ColonIsSacred bool and
270 class ColonProtectionRAIIObject {
274 ColonProtectionRAIIObject(Parser &p, bool Value = true)
285 ~ColonProtectionRAIIObject() {
ParseOpenMP.cpp 847 ColonProtectionRAIIObject ColonRAII(*this);
864 ColonProtectionRAIIObject ColonRAII(*this);
903 ColonProtectionRAIIObject ColonRAII(*this);
    [all...]
ParseExpr.cpp 292 ColonProtectionRAIIObject X(*this);
    [all...]
ParseExprCXX.cpp     [all...]
ParseStmt.cpp 661 ColonProtectionRAIIObject ColonProtection(*this);
    [all...]
ParseTemplate.cpp     [all...]
ParseDecl.cpp     [all...]
ParseDeclCXX.cpp     [all...]
ParseObjc.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 44 class ColonProtectionRAIIObject;
57 friend class ColonProtectionRAIIObject;
183 /// ColonProtectionRAIIObject RAII object.
    [all...]

Completed in 45 milliseconds