Searched defs:ProtocolLAngleLoc (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DTypeLoc.h842 SourceLocation ProtocolLAngleLoc; member in struct:clang::ObjCObjectTypeLocInfo
897 return this->getLocalData()->ProtocolLAngleLoc;
900 this->getLocalData()->ProtocolLAngleLoc = Loc;
/external/clang/lib/Sema/
H A DSemaType.cpp1005 SourceLocation ProtocolLAngleLoc,
1022 SourceRange(ProtocolLAngleLoc,
1080 SourceLocation ProtocolLAngleLoc,
1111 ProtocolLAngleLoc,
1149 ObjCObjectTL.setProtocolLAngleLoc(ProtocolLAngleLoc);
1000 BuildObjCObjectType(QualType BaseType, SourceLocation Loc, SourceLocation TypeArgsLAngleLoc, ArrayRef<TypeSourceInfo *> TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef<ObjCProtocolDecl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc, bool FailOnError) argument
1073 actOnObjCTypeArgsAndProtocolQualifiers( Scope *S, SourceLocation Loc, ParsedType BaseType, SourceLocation TypeArgsLAngleLoc, ArrayRef<ParsedType> TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef<Decl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc) argument
H A DTreeTransform.h702 SourceLocation ProtocolLAngleLoc,
11141 SourceLocation ProtocolLAngleLoc,
11147 ProtocolLAngleLoc, Protocols, ProtocolLocs,
11135 RebuildObjCObjectType( QualType BaseType, SourceLocation Loc, SourceLocation TypeArgsLAngleLoc, ArrayRef<TypeSourceInfo *> TypeArgs, SourceLocation TypeArgsRAngleLoc, SourceLocation ProtocolLAngleLoc, ArrayRef<ObjCProtocolDecl *> Protocols, ArrayRef<SourceLocation> ProtocolLocs, SourceLocation ProtocolRAngleLoc) argument

Completed in 92 milliseconds