Searched defs:variance (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 594 ObjCTypeParamVariance variance, SourceLocation varianceLoc, in ObjCTypeParamDecl() argument 628 void setVariance(ObjCTypeParamVariance variance) { in setVariance() argument [all...] |
/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 491 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; parseObjCTypeParamListOrProtocolRefs() local
|
/llvm-project/clang/lib/AST/ |
H A D | DeclObjC.cpp | 1474 Create(ASTContext & ctx,DeclContext * dc,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,SourceLocation nameLoc,IdentifierInfo * name,SourceLocation colonLoc,TypeSourceInfo * boundInfo) Create() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 667 actOnObjCTypeParam(Scope * S,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,IdentifierInfo * paramName,SourceLocation paramLoc,SourceLocation colonLoc,ParsedType parsedTypeBound) actOnObjCTypeParam() argument
|