Searched refs:isValidSubjectOfNSAttribute (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaDeclAttr.cpp3968 static bool isValidSubjectOfNSAttribute(Sema &S, QualType type) { function
3976 isValidSubjectOfNSAttribute(S, type);
3984 typeOK = isValidSubjectOfNSAttribute(S, param->getType());
4060 typeOK = isValidSubjectOfNSAttribute(S, returnType);

Completed in 74 milliseconds