Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
1610 SourceLocation starLoc = getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local
1611 D.AddTypeInfo(DeclaratorChunk::getPointer(/*TypeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers()
1617 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers()
1622 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmt.h2693 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) in IndirectGotoStmt() argument
2694 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt()