Home
last modified time | relevance | path

Searched refs:mayBeProtocolList (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp393 bool mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs() argument
414 mayBeProtocolList = false; in parseObjCTypeParamListOrProtocolRefs()
432 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
467 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
477 } else if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
508 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h5492 bool mayBeProtocolList = true);