Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp329 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
1629 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1656 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers()
1830 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
1887 SmallVector<SourceLocation, 4> protocolLocs; in parseObjCTypeArgsAndProtocolQualifiers() local
2231 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
2262 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp342 ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc) { in actOnObjCProtocolQualifierType()