Home
last modified time | relevance | path

Searched defs:protocolLocs (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp329 SmallVector<SourceLocation, 4> protocolLocs; ParseObjCAtInterfaceDeclaration() local
1629 SmallVector<SourceLocation, 8> protocolLocs; parseObjCProtocolQualifierType() local
1656 parseObjCTypeArgsOrProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken,bool warnOnIncompleteProtocols) parseObjCTypeArgsOrProtocolQualifiers() argument
1830 parseObjCTypeArgsAndProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken) parseObjCTypeArgsAndProtocolQualifiers() argument
1887 SmallVector<SourceLocation, 4> protocolLocs; parseObjCTypeArgsAndProtocolQualifiers() local
2231 SmallVector<SourceLocation, 4> protocolLocs; ParseObjCAtImplementationDeclaration() local
2262 SmallVector<SourceLocation, 4> protocolLocs; ParseObjCAtImplementationDeclaration() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp342 actOnObjCProtocolQualifierType(SourceLocation lAngleLoc,ArrayRef<Decl * > protocols,ArrayRef<SourceLocation> protocolLocs,SourceLocation rAngleLoc) actOnObjCProtocolQualifierType() argument