Home
last modified time | relevance | path

Searched refs:starLoc (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclObjC.cpp684 SourceLocation starLoc = getLocForEndOfToken( in actOnObjCTypeParam() local
689 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeParam()
700 newT.setStarLoc(starLoc); in actOnObjCTypeParam()
1596 SourceLocation starLoc = getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local
1597 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers()
1603 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers()
1608 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmt.h2681 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) in IndirectGotoStmt() argument
2682 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt()