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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp683 SourceLocation starLoc = getLocForEndOfToken( local
688 << FixItHint::CreateInsertion(starLoc, " *");
699 newT.setStarLoc(starLoc);
1589 SourceLocation starLoc = getLocForEndOfToken(loc);
1590 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc,
1596 starLoc);
1601 << FixItHint::CreateInsertion(starLoc, " *");
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h2540 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) argument
2541 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) {

Completed in 126 milliseconds