HomeSort by relevance Sort by last modified time
    Searched defs:ObjCParameterContext (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Parse/
ParseObjc.cpp 796 assert(Context == Declarator::ObjCParameterContext ||
802 Context == Declarator::ObjCParameterContext);
876 assert(context == Declarator::ObjCParameterContext ||
878 assert((paramAttrs != 0) == (context == Declarator::ObjCParameterContext));
908 if (context == Declarator::ObjCParameterContext)
    [all...]
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]

Completed in 18 milliseconds