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.cpp459 SourceLocation &rAngleLoc, bool mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs() argument
479 mayBeProtocolList = false; in parseObjCTypeParamListOrProtocolRefs()
497 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
531 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
541 } else if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
572 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1666 SourceLocation &rAngleLoc, bool mayBeProtocolList = true);