Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h557 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
561 VarianceLoc(varianceLoc), ColonLoc(colonLoc) { } in ObjCTypeParamDecl()
570 SourceLocation colonLoc,
HDStmt.h699 SourceLocation ellipsisLoc, SourceLocation colonLoc) in CaseStmt() argument
700 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp1229 SourceLocation colonLoc, in Create() argument
1232 nameLoc, name, colonLoc, boundInfo); in Create()
/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp513 SourceLocation colonLoc; in parseObjCTypeParamListOrProtocolRefs() local
515 if (TryConsumeToken(tok::colon, colonLoc)) { in parseObjCTypeParamListOrProtocolRefs()
542 colonLoc, in parseObjCTypeParamListOrProtocolRefs()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaDeclObjC.cpp599 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/
HDSema.h7084 SourceLocation colonLoc,