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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1418 bool warnOnIncompleteProtocols) {
1451 if (!warnOnIncompleteProtocols) {
1463 if (warnOnIncompleteProtocols &&
1405 actOnObjCTypeArgsOrProtocolQualifiers( Scope *S, ParsedType baseType, SourceLocation lAngleLoc, ArrayRef<IdentifierInfo *> identifiers, ArrayRef<SourceLocation> identifierLocs, SourceLocation rAngleLoc, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SourceLocation &protocolRAngleLoc, bool warnOnIncompleteProtocols) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp327 /*warnOnIncompleteProtocols=*/true);
1602 bool warnOnIncompleteProtocols) {
1668 warnOnIncompleteProtocols); local
1793 /*warnOnIncompleteProtocols=*/false);
2172 /*warnOnIncompleteProtocols=*/false,
2203 /*warnOnIncompleteProtocols=*/false,
1592 parseObjCTypeArgsOrProtocolQualifiers( ParsedType baseType, SourceLocation &typeArgsLAngleLoc, SmallVectorImpl<ParsedType> &typeArgs, SourceLocation &typeArgsRAngleLoc, SourceLocation &protocolLAngleLoc, SmallVectorImpl<Decl *> &protocols, SmallVectorImpl<SourceLocation> &protocolLocs, SourceLocation &protocolRAngleLoc, bool consumeLastToken, bool warnOnIncompleteProtocols) argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1639 bool warnOnIncompleteProtocols);
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9295 bool warnOnIncompleteProtocols);

Completed in 259 milliseconds