Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp682 SourceLocation starLoc = in actOnObjCTypeParam() local
687 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeParam()
698 newT.setStarLoc(starLoc); in actOnObjCTypeParam()
1606 SourceLocation starLoc = SemaRef.getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local
1607 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers()
1613 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers()
1618 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2911 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target)
2912 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) {