Home
last modified time | relevance | path

Searched refs:StarLoc (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/AST/
DTypeLoc.h890 SourceLocation StarLoc; member
899 return this->getLocalData()->StarLoc; in getSigilLoc()
902 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
DStmt.h1068 SourceLocation StarLoc; variable
1073 : Stmt(IndirectGotoStmtClass), GotoLoc(gotoLoc), StarLoc(starLoc), in IndirectGotoStmt()
1082 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc()
1083 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc()
/external/clang/lib/Sema/
DSemaStmt.cpp1442 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt() argument
1454 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) in ActOnIndirectGotoStmt()
1460 return Owned(new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E)); in ActOnIndirectGotoStmt()
DTreeTransform.h1084 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument
1086 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
/external/clang/lib/Parse/
DParseStmt.cpp1478 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local
1484 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take()); in ParseGotoStatement()
/external/clang/include/clang/Sema/
DSema.h2045 SourceLocation StarLoc,