Searched defs:rAngleLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 462 parseObjCTypeParamListOrProtocolRefs(ObjCTypeParamListScope & Scope,SourceLocation & lAngleLoc,SmallVectorImpl<IdentifierLocPair> & protocolIdents,SourceLocation & rAngleLoc,bool mayBeProtocolList) parseObjCTypeParamListOrProtocolRefs() argument 609 SourceLocation rAngleLoc; parseObjCTypeParamList() local 1623 parseObjCProtocolQualifierType(SourceLocation & rAngleLoc) parseObjCProtocolQualifierType() argument 1710 SourceLocation rAngleLoc; parseObjCTypeArgsOrProtocolQualifiers() local 1809 SourceLocation rAngleLoc; parseObjCTypeArgsOrProtocolQualifiers() local 2186 SourceLocation lAngleLoc, rAngleLoc; ParseObjCAtImplementationDeclaration() local [all...] |
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1515 ObjCTypeParamList(SourceLocation lAngleLoc,ArrayRef<ObjCTypeParamDecl * > typeParams,SourceLocation rAngleLoc) ObjCTypeParamList() argument 1524 create(ASTContext & ctx,SourceLocation lAngleLoc,ArrayRef<ObjCTypeParamDecl * > typeParams,SourceLocation rAngleLoc) create() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 771 actOnObjCTypeParamList(Scope * S,SourceLocation lAngleLoc,ArrayRef<Decl * > typeParamsIn,SourceLocation rAngleLoc) actOnObjCTypeParamList() argument 1429 actOnObjCTypeArgsOrProtocolQualifiers(Scope * S,ParsedType baseType,SourceLocation lAngleLoc,ArrayRef<IdentifierInfo * > identifiers,ArrayRef<SourceLocation> identifierLocs,SourceLocation rAngleLoc,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SourceLocation & protocolRAngleLoc,bool warnOnIncompleteProtocols) actOnObjCTypeArgsOrProtocolQualifiers() argument
|
H A D | SemaObjC.cpp | 342 actOnObjCProtocolQualifierType(SourceLocation lAngleLoc,ArrayRef<Decl * > protocols,ArrayRef<SourceLocation> protocolLocs,SourceLocation rAngleLoc) actOnObjCProtocolQualifierType() argument
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1240 SourceLocation rAngleLoc = readSourceLocation(); ReadObjCTypeParamList() local
|