Home
last modified time | relevance | path

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

/llvm-project/clang/lib/AST/
H A DStmt.cpp1222 Create(const ASTContext & Ctx,Expr * lhs,Expr * rhs,SourceLocation caseLoc,SourceLocation ellipsisLoc,SourceLocation colonLoc) Create() argument
H A DDeclObjC.cpp1479 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/Parse/
H A DParseObjc.cpp530 SourceLocation colonLoc; parseObjCTypeParamListOrProtocolRefs() local
/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp669 actOnObjCTypeParam(Scope * S,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,IdentifierInfo * paramName,SourceLocation paramLoc,SourceLocation colonLoc,ParsedType parsedTypeBound) actOnObjCTypeParam() argument