Home
last modified time | relevance | path

Searched defs:varianceLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp490 SourceLocation varianceLoc; parseObjCTypeParamListOrProtocolRefs() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1475 Create(ASTContext & ctx,DeclContext * dc,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,SourceLocation nameLoc,IdentifierInfo * name,SourceLocation colonLoc,TypeSourceInfo * boundInfo) Create() argument
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h594 ObjCTypeParamVariance variance, SourceLocation varianceLoc, in ObjCTypeParamDecl() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp667 actOnObjCTypeParam(Scope * S,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,IdentifierInfo * paramName,SourceLocation paramLoc,SourceLocation colonLoc,ParsedType parsedTypeBound) actOnObjCTypeParam() argument