Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
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()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DStmt.h2620 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, Expr *target) in IndirectGotoStmt() argument
2621 : Stmt(IndirectGotoStmtClass), StarLoc(starLoc) { in IndirectGotoStmt()