Searched defs:colonLoc (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1222 Create(const ASTContext & Ctx,Expr * lhs,Expr * rhs,SourceLocation caseLoc,SourceLocation ellipsisLoc,SourceLocation colonLoc) Create() argument
|
H A D | DeclObjC.cpp | 1479 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 D | ParseObjc.cpp | 530 SourceLocation colonLoc; parseObjCTypeParamListOrProtocolRefs() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 669 actOnObjCTypeParam(Scope * S,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,IdentifierInfo * paramName,SourceLocation paramLoc,SourceLocation colonLoc,ParsedType parsedTypeBound) actOnObjCTypeParam() argument
|