Searched refs:colonLoc (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclObjC.h | 597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument 601 VarianceLoc(varianceLoc), ColonLoc(colonLoc) {} in ObjCTypeParamDecl() 615 SourceLocation colonLoc,
|
H A D | Stmt.h | 1842 SourceLocation ellipsisLoc, SourceLocation colonLoc) 1843 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { 1865 SourceLocation colonLoc);
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Stmt.cpp | 1222 SourceLocation colonLoc) { in Create() argument 1228 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
|
H A D | DeclObjC.cpp | 1479 SourceLocation colonLoc, in Create() argument 1483 nameLoc, name, colonLoc, boundInfo); in Create()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaObjC.h | 253 SourceLocation colonLoc, ParsedType typeBound);
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseObjc.cpp | 530 SourceLocation colonLoc; in parseObjCTypeParamListOrProtocolRefs() local 532 if (TryConsumeToken(tok::colon, colonLoc)) { in parseObjCTypeParamListOrProtocolRefs() 555 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 669 SourceLocation colonLoc, ParsedType parsedTypeBound) { in actOnObjCTypeParam() argument 758 colonLoc = SourceLocation(); in actOnObjCTypeParam() 765 colonLoc, typeBoundInfo); in actOnObjCTypeParam()
|