Home
last modified time | relevance | path

Searched refs:protocolLocs (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp305 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
325 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
339 protocolLocs.push_back(pair.second); in ParseObjCAtInterfaceDeclaration()
1571 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1600 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument
1779 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers() argument
1791 protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
1836 SmallVector<SourceLocation, 4> protocolLocs; in parseObjCTypeArgsAndProtocolQualifiers() local
1863 protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
2173 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
[all …]
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1638 SmallVectorImpl<SourceLocation> &protocolLocs,
1652 SmallVectorImpl<SourceLocation> &protocolLocs,
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1106 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument
1136 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9647 ArrayRef<SourceLocation> protocolLocs,