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

  /external/clang/include/clang/Parse/
Parser.h 89 friend class ObjCDeclContextSwitch;
599 /// ObjCDeclContextSwitch - An object used to switch context from
602 class ObjCDeclContextSwitch {
607 explicit ObjCDeclContextSwitch(Parser &p)
613 ~ObjCDeclContextSwitch() {
    [all...]
  /external/clang/lib/Parse/
ParseTemplate.cpp 31 ObjCDeclContextSwitch ObjCDC(*this);
    [all...]
ParseDeclCXX.cpp 56 ObjCDeclContextSwitch ObjCDC(*this);
332 ObjCDeclContextSwitch ObjCDC(*this);
    [all...]
ParseObjc.cpp 886 ObjCDeclContextSwitch ObjCDC(*this);
    [all...]
Parser.cpp 896 ObjCDeclContextSwitch ObjCDC(*this);
    [all...]
ParseDecl.cpp     [all...]

Completed in 27 milliseconds