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 300 tok::ObjCKeywordKind MethodImplKind;
306 tok::ObjCKeywordKind MethodImplKind) :
308 MethodImplKind(MethodImplKind) {
343 MethodImplKind);
371 tok::ObjCKeywordKind MethodImplKind = tok::objc_not_keyword;
379 ParseObjCMethodPrototype(MethodImplKind, false);
395 MethodImplKind, false);
477 MethodImplKind = DirectiveKind;
493 OCDS, AtLoc, LParenLoc, MethodImplKind);
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 110 tok::ObjCKeywordKind MethodImplKind,
145 MethodImplKind);
159 TSI, MethodImplKind);
215 tok::ObjCKeywordKind MethodImplKind) {
272 Attributes,AttributesAsWritten, T, MethodImplKind, DC);
339 MethodImplKind,
387 tok::ObjCKeywordKind MethodImplKind,
481 if (MethodImplKind == tok::objc_required)
483 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 42 milliseconds