Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp327 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
1623 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1652 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers()
1832 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
1889 SmallVector<SourceLocation, 4> protocolLocs; in parseObjCTypeArgsAndProtocolQualifiers() local
2237 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
2268 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1114 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType()