Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/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()
1557 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1586 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument
1765 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers() argument
1777 protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
1822 SmallVector<SourceLocation, 4> protocolLocs; in parseObjCTypeArgsAndProtocolQualifiers() local
1849 protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
2146 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1491 SmallVectorImpl<SourceLocation> &protocolLocs,
1505 SmallVectorImpl<SourceLocation> &protocolLocs,
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1070 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument
1100 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h8079 ArrayRef<SourceLocation> protocolLocs,