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.cpp462 SourceLocation &rAngleLoc, bool mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs() argument
482 mayBeProtocolList = false; in parseObjCTypeParamListOrProtocolRefs()
500 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
535 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
545 } else if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
576 if (mayBeProtocolList) { in parseObjCTypeParamListOrProtocolRefs()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1717 SourceLocation &rAngleLoc, bool mayBeProtocolList = true);