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 321 tok::ObjCKeywordKind MethodImplKind;
327 tok::ObjCKeywordKind MethodImplKind) :
329 MethodImplKind(MethodImplKind) {
365 MethodImplKind);
393 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
401 ParseObjCMethodPrototype(MethodImplKind, false))
417 MethodImplKind, false);
499 MethodImplKind = DirectiveKind;
515 OCDS, AtLoc, LParenLoc, MethodImplKind);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 145 tok::ObjCKeywordKind MethodImplKind,
176 MethodImplKind);
186 TSI, MethodImplKind);
325 tok::ObjCKeywordKind MethodImplKind) {
385 Attributes,AttributesAsWritten, T, MethodImplKind, DC);
483 MethodImplKind,
532 tok::ObjCKeywordKind MethodImplKind,
634 if (MethodImplKind == tok::objc_required)
636 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 106 milliseconds