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

  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 811 assert(Context == Declarator::ObjCParameterContext ||
817 Context == Declarator::ObjCParameterContext);
891 assert(context == Declarator::ObjCParameterContext ||
893 assert((paramAttrs != 0) == (context == Declarator::ObjCParameterContext));
924 if (context == Declarator::ObjCParameterContext)
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 540 milliseconds