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

  /external/clang/lib/Sema/
SemaObjCProperty.cpp 184 tok::ObjCKeywordKind MethodImplKind,
207 T, TSI, MethodImplKind);
217 T, TSI, MethodImplKind);
420 tok::ObjCKeywordKind MethodImplKind) {
514 T, TSI, MethodImplKind, DC);
567 tok::ObjCKeywordKind MethodImplKind,
683 if (MethodImplKind == tok::objc_required)
685 else if (MethodImplKind == tok::objc_optional)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 637 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
645 ParseObjCMethodPrototype(MethodImplKind, false))
661 MethodImplKind, false);
743 MethodImplKind = DirectiveKind;
793 MethodImplKind);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 44 milliseconds