Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h594 ObjCTypeParamVariance variance, SourceLocation varianceLoc, in ObjCTypeParamDecl() argument
628 void setVariance(ObjCTypeParamVariance variance) { in setVariance() argument
[all...]
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp491 ObjCTypeParamVariance variance = ObjCTypeParamVariance::Invariant; parseObjCTypeParamListOrProtocolRefs() local
/llvm-project/clang/lib/AST/
H A DDeclObjC.cpp1474 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 DSemaDeclObjC.cpp667 actOnObjCTypeParam(Scope * S,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,IdentifierInfo * paramName,SourceLocation paramLoc,SourceLocation colonLoc,ParsedType parsedTypeBound) actOnObjCTypeParam() argument