Searched refs:starLoc (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 608 SourceLocation starLoc = getLocForEndOfToken( in actOnObjCTypeParam() local 613 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeParam() 624 newT.setStarLoc(starLoc); in actOnObjCTypeParam() 1499 SourceLocation starLoc = getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local 1501 D.AddTypeInfo(DeclaratorChunk::getPointer(/*typeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers() 1508 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers() 1513 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclObjC.cpp | 684 SourceLocation starLoc = getLocForEndOfToken( in actOnObjCTypeParam() local 689 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeParam() 700 newT.setStarLoc(starLoc); in actOnObjCTypeParam() 1594 SourceLocation starLoc = getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local 1595 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers() 1601 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers() 1606 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
|
/external/clang/include/clang/AST/ |
D | Stmt.h | 1263 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, in IndirectGotoStmt() argument 1265 : Stmt(IndirectGotoStmtClass), GotoLoc(gotoLoc), StarLoc(starLoc), in IndirectGotoStmt()
|
/external/llvm-project/clang/include/clang/AST/ |
D | Stmt.h | 2616 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) in IndirectGotoStmt() argument 2617 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt()
|