Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp327 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
347 protocols, protocolLocs, EndProtoLoc, in ParseObjCAtInterfaceDeclaration()
361 protocolLocs.push_back(pair.second); in ParseObjCAtInterfaceDeclaration()
1623 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1652 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument
1832 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers() argument
1844 protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
1889 SmallVector<SourceLocation, 4> protocolLocs; in parseObjCTypeArgsAndProtocolQualifiers() local
1916 protocolLocs, in parseObjCTypeArgsAndProtocolQualifiers()
2237 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtImplementationDeclaration() local
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1694 SmallVectorImpl<SourceLocation> &protocolLocs,
1708 SmallVectorImpl<SourceLocation> &protocolLocs,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1114 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument
1143 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h10618 ArrayRef<SourceLocation> protocolLocs,