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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclAttr.cpp3975 static bool isValidSubjectOfNSAttribute(Sema &S, QualType type) { function
3983 isValidSubjectOfNSAttribute(S, type);
3991 typeOK = isValidSubjectOfNSAttribute(S, param->getType());
4067 typeOK = isValidSubjectOfNSAttribute(S, returnType);

Completed in 111 milliseconds