Home
last modified time | relevance | path

Searched defs:rAngleLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp459 parseObjCTypeParamListOrProtocolRefs(ObjCTypeParamListScope & Scope,SourceLocation & lAngleLoc,SmallVectorImpl<IdentifierLocPair> & protocolIdents,SourceLocation & rAngleLoc,bool mayBeProtocolList) parseObjCTypeParamListOrProtocolRefs() argument
608 SourceLocation rAngleLoc; parseObjCTypeParamList() local
1617 parseObjCProtocolQualifierType(SourceLocation & rAngleLoc) parseObjCProtocolQualifierType() argument
1704 SourceLocation rAngleLoc; parseObjCTypeArgsOrProtocolQualifiers() local
1811 SourceLocation rAngleLoc; parseObjCTypeArgsOrProtocolQualifiers() local
2193 SourceLocation lAngleLoc, rAngleLoc; ParseObjCAtImplementationDeclaration() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1515 SourceLocation rAngleLoc) in ObjCTypeParamList() argument
1524 SourceLocation rAngleLoc) { in create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp773 actOnObjCTypeParamList(Scope * S,SourceLocation lAngleLoc,ArrayRef<Decl * > typeParamsIn,SourceLocation rAngleLoc) actOnObjCTypeParamList() argument
1432 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 DSemaType.cpp1115 actOnObjCProtocolQualifierType(SourceLocation lAngleLoc,ArrayRef<Decl * > protocols,ArrayRef<SourceLocation> protocolLocs,SourceLocation rAngleLoc) actOnObjCProtocolQualifierType() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1239 SourceLocation rAngleLoc = readSourceLocation(); ReadObjCTypeParamList() local