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.cpp284 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
1406 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1428 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers()
1601 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
1658 SmallVector<SourceLocation, 4> protocolLocs; in parseObjCTypeArgsAndProtocolQualifiers() local
1954 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
1985 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp338 ArrayRef<SourceLocation> protocolLocs, SourceLocation rAngleLoc) { in actOnObjCProtocolQualifierType()