Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp608 SourceLocation starLoc = getLocForEndOfToken( in actOnObjCTypeParam() local
613 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeParam()
624 newT.setStarLoc(starLoc); in actOnObjCTypeParam()
1499 SourceLocation starLoc = getLocForEndOfToken(loc); in actOnObjCTypeArgsOrProtocolQualifiers() local
1501 D.AddTypeInfo(DeclaratorChunk::getPointer(/*typeQuals=*/0, starLoc, in actOnObjCTypeArgsOrProtocolQualifiers()
1508 starLoc); in actOnObjCTypeArgsOrProtocolQualifiers()
1513 << FixItHint::CreateInsertion(starLoc, " *"); in actOnObjCTypeArgsOrProtocolQualifiers()
/external/clang/include/clang/AST/
DStmt.h1263 IndirectGotoStmt(SourceLocation gotoLoc, SourceLocation starLoc, in IndirectGotoStmt() argument
1265 : Stmt(IndirectGotoStmtClass), GotoLoc(gotoLoc), StarLoc(starLoc), in IndirectGotoStmt()