Home
last modified time | relevance | path

Searched refs:colonLoc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclObjC.h597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
601 VarianceLoc(varianceLoc), ColonLoc(colonLoc) {} in ObjCTypeParamDecl()
615 SourceLocation colonLoc,
H A DStmt.h1604 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 DStmt.cpp1207 SourceLocation colonLoc) { in Create() argument
1213 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
H A DDeclObjC.cpp1428 SourceLocation colonLoc, in Create() argument
1432 nameLoc, name, colonLoc, boundInfo); in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp491 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 DSemaDeclObjC.cpp672 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 DSema.h9461 SourceLocation colonLoc,