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 317 tok::ObjCKeywordKind MethodImplKind;
323 tok::ObjCKeywordKind MethodImplKind) :
325 MethodImplKind(MethodImplKind) {
361 MethodImplKind);
389 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
397 ParseObjCMethodPrototype(MethodImplKind, false))
413 MethodImplKind, false);
495 MethodImplKind = DirectiveKind;
511 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,
616 if (MethodImplKind == tok::objc_required)
618 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 788 milliseconds