Searched refs:colonLoc (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | DeclObjC.h | 557 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument 561 VarianceLoc(varianceLoc), ColonLoc(colonLoc) { } in ObjCTypeParamDecl() 570 SourceLocation colonLoc,
|
| HD | Stmt.h | 699 SourceLocation ellipsisLoc, SourceLocation colonLoc) in CaseStmt() argument 700 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt()
|
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclObjC.cpp | 1229 SourceLocation colonLoc, in Create() argument 1232 nameLoc, name, colonLoc, boundInfo); in Create()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseObjc.cpp | 513 SourceLocation colonLoc; in parseObjCTypeParamListOrProtocolRefs() local 515 if (TryConsumeToken(tok::colon, colonLoc)) { in parseObjCTypeParamListOrProtocolRefs() 542 colonLoc, in parseObjCTypeParamListOrProtocolRefs()
|
| /NextBSD/contrib/llvm/tools/clang/lib/Sema/ |
| HD | SemaDeclObjC.cpp | 599 SourceLocation colonLoc, in actOnObjCTypeParam() argument 662 colonLoc = SourceLocation(); in actOnObjCTypeParam() 668 index, paramLoc, paramName, colonLoc, in actOnObjCTypeParam()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/Sema/ |
| HD | Sema.h | 7084 SourceLocation colonLoc,
|