Searched refs:colonLoc (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/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 | 1604 SourceLocation ellipsisLoc, SourceLocation colonLoc) in CaseStmt() argument 1605 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt() 1627 SourceLocation colonLoc);
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Stmt.cpp | 1207 SourceLocation colonLoc) { in Create() argument 1213 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
|
| H A D | DeclObjC.cpp | 1428 SourceLocation colonLoc, in Create() argument 1432 nameLoc, name, colonLoc, boundInfo); in Create()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 491 SourceLocation colonLoc; in parseObjCTypeParamListOrProtocolRefs() local 493 if (TryConsumeToken(tok::colon, colonLoc)) { in parseObjCTypeParamListOrProtocolRefs() 516 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaDeclObjC.cpp | 672 SourceLocation colonLoc, in actOnObjCTypeParam() argument 760 colonLoc = SourceLocation(); in actOnObjCTypeParam() 766 index, paramLoc, paramName, colonLoc, in actOnObjCTypeParam()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
| H A D | Sema.h | 9461 SourceLocation colonLoc,
|