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 611 /// ObjCDeclContextSwitch - An object used to switch context from
614 class ObjCDeclContextSwitch {
618 explicit ObjCDeclContextSwitch(Parser &p) : P(p),
623 ~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 841 ObjCDeclContextSwitch ObjCDC(*this);
    [all...]
ParseDecl.cpp     [all...]

Completed in 104 milliseconds