Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp1221 Create(const ASTContext & Ctx,Expr * lhs,Expr * rhs,SourceLocation caseLoc,SourceLocation ellipsisLoc,SourceLocation colonLoc) Create() argument
H A DDeclObjC.cpp1479 SourceLocation colonLoc, in Create() argument
/freebsd-src/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp526 SourceLocation colonLoc; parseObjCTypeParamListOrProtocolRefs() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDeclObjC.h597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp672 actOnObjCTypeParam(Scope * S,ObjCTypeParamVariance variance,SourceLocation varianceLoc,unsigned index,IdentifierInfo * paramName,SourceLocation paramLoc,SourceLocation colonLoc,ParsedType parsedTypeBound) actOnObjCTypeParam() argument