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

  /external/clang/lib/Parse/
ParseObjc.cpp 302 tok::ObjCKeywordKind MethodImplKind;
308 tok::ObjCKeywordKind MethodImplKind) :
310 MethodImplKind(MethodImplKind) {
345 MethodImplKind);
373 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
381 ParseObjCMethodPrototype(MethodImplKind, false))
397 MethodImplKind, false);
479 MethodImplKind = DirectiveKind;
495 OCDS, AtLoc, LParenLoc, MethodImplKind);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 149 tok::ObjCKeywordKind MethodImplKind,
180 MethodImplKind);
190 TSI, MethodImplKind);
336 tok::ObjCKeywordKind MethodImplKind) {
399 Attributes,AttributesAsWritten, T, MethodImplKind, DC);
465 MethodImplKind,
514 tok::ObjCKeywordKind MethodImplKind,
608 if (MethodImplKind == tok::objc_required)
610 else if (MethodImplKind == tok::objc_optional)
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 283 milliseconds