Searched refs:StarLoc (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 890 SourceLocation StarLoc; member 899 return this->getLocalData()->StarLoc; in getSigilLoc() 902 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
|
D | Stmt.h | 1068 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/ |
D | SemaStmt.cpp | 1442 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()
|
D | TreeTransform.h | 1084 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument 1086 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1478 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local 1484 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take()); in ParseGotoStatement()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2045 SourceLocation StarLoc,
|