Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp316 SmallVector<SourceLocation, 4> protocolLocs; in ParseObjCAtInterfaceDeclaration() local
343 protocolLocs, in ParseObjCAtInterfaceDeclaration()
356 protocolLocs.push_back(pair.second); in ParseObjCAtInterfaceDeclaration()
363 ParseObjCProtocolReferences(protocols, protocolLocs, true, true, in ParseObjCAtInterfaceDeclaration()
380 protocolLocs.data(), in ParseObjCAtInterfaceDeclaration()
1606 SmallVector<SourceLocation, 8> protocolLocs; in parseObjCProtocolQualifierType() local
1607 (void)ParseObjCProtocolReferences(protocols, protocolLocs, false, false, in parseObjCProtocolQualifierType()
1612 protocolLocs, in parseObjCProtocolQualifierType()
1635 SmallVectorImpl<SourceLocation> &protocolLocs, in parseObjCTypeArgsOrProtocolQualifiers() argument
1646 SmallVectorImpl<SourceLocation> &identifierLocs = protocolLocs; in parseObjCTypeArgsOrProtocolQualifiers()
[all …]
/external/clang/include/clang/Parse/
DParser.h1288 SmallVectorImpl<SourceLocation> &protocolLocs,
1302 SmallVectorImpl<SourceLocation> &protocolLocs,
/external/clang/lib/Sema/
DSemaType.cpp953 const SourceLocation *protocolLocs, in applyObjCProtocolQualifiers() argument
1037 ArrayRef<SourceLocation> protocolLocs, in actOnObjCProtocolQualifierType() argument
1067 ObjCObjectTL.setProtocolLoc(i, protocolLocs[i]); in actOnObjCProtocolQualifierType()
/external/clang/include/clang/Sema/
DSema.h7277 ArrayRef<SourceLocation> protocolLocs,