Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp305 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
1578 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1607 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers()
1787 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
1844 SmallVector<SourceLocation, 4> protocolLocs; in parseObjCTypeArgsAndProtocolQualifiers() local
2180 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
2211 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1096 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType()