Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DDeclObjC.h597 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
601 VarianceLoc(varianceLoc), ColonLoc(colonLoc) {} in ObjCTypeParamDecl()
615 SourceLocation colonLoc,
DStmt.h1604 SourceLocation ellipsisLoc, SourceLocation colonLoc) in CaseStmt() argument
1605 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt()
1627 SourceLocation colonLoc);
/external/clang/include/clang/AST/
DDeclObjC.h552 SourceLocation colonLoc, TypeSourceInfo *boundInfo) in ObjCTypeParamDecl() argument
556 VarianceLoc(varianceLoc), ColonLoc(colonLoc) { } in ObjCTypeParamDecl()
565 SourceLocation colonLoc,
DStmt.h696 SourceLocation ellipsisLoc, SourceLocation colonLoc) in CaseStmt() argument
697 : SwitchCase(CaseStmtClass, caseLoc, colonLoc) { in CaseStmt()
/external/llvm-project/clang/lib/AST/
DStmt.cpp1199 SourceLocation colonLoc) { in Create() argument
1205 return new (Mem) CaseStmt(lhs, rhs, caseLoc, ellipsisLoc, colonLoc); in Create()
DDeclObjC.cpp1427 SourceLocation colonLoc, in Create() argument
1431 nameLoc, name, colonLoc, boundInfo); in Create()
/external/clang/lib/AST/
DDeclObjC.cpp1321 SourceLocation colonLoc, in Create() argument
1324 nameLoc, name, colonLoc, boundInfo); in Create()
/external/llvm-project/clang/lib/Parse/
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()
/external/clang/lib/Parse/
DParseObjc.cpp516 SourceLocation colonLoc; in parseObjCTypeParamListOrProtocolRefs() local
518 if (TryConsumeToken(tok::colon, colonLoc)) { in parseObjCTypeParamListOrProtocolRefs()
541 paramLoc, colonLoc, boundType.isUsable() ? boundType.get() : nullptr); in parseObjCTypeParamListOrProtocolRefs()
/external/clang/lib/Sema/
DSemaDeclObjC.cpp596 SourceLocation colonLoc, in actOnObjCTypeParam() argument
683 colonLoc = SourceLocation(); in actOnObjCTypeParam()
689 index, paramLoc, paramName, colonLoc, in actOnObjCTypeParam()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp672 SourceLocation colonLoc, in actOnObjCTypeParam() argument
760 colonLoc = SourceLocation(); in actOnObjCTypeParam()
766 index, paramLoc, paramName, colonLoc, in actOnObjCTypeParam()
/external/clang/include/clang/Sema/
DSema.h7323 SourceLocation colonLoc,
/external/llvm-project/clang/include/clang/Sema/
DSema.h9309 SourceLocation colonLoc,