Searched refs:StarLoc (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Lex/ |
D | ModuleMap.cpp | 2181 SourceLocation StarLoc = consumeToken(); in parseInferredModuleDecl() local 2186 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule); in parseInferredModuleDecl() 2194 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella); in parseInferredModuleDecl() 2200 Diags.Report(StarLoc, diag::err_mmap_inferred_redef); in parseInferredModuleDecl() 2209 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule); in parseInferredModuleDecl() 2213 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework); in parseInferredModuleDecl() 2237 ActiveModule->InferredSubmoduleLoc = StarLoc; in parseInferredModuleDecl()
|
/external/clang/include/clang/AST/ |
D | TypeLoc.h | 1100 SourceLocation StarLoc; member 1109 return this->getLocalData()->StarLoc; in getSigilLoc() 1112 this->getLocalData()->StarLoc = Loc; in setSigilLoc()
|
D | Stmt.h | 1260 SourceLocation StarLoc; variable 1265 : Stmt(IndirectGotoStmtClass), GotoLoc(gotoLoc), StarLoc(starLoc), in IndirectGotoStmt() 1274 void setStarLoc(SourceLocation L) { StarLoc = L; } in setStarLoc() 1275 SourceLocation getStarLoc() const { return StarLoc; } in getStarLoc()
|
/external/clang/lib/Sema/ |
D | SemaObjCProperty.cpp | 604 SourceLocation StarLoc = TInfo->getTypeLoc().getLocEnd(); in CreatePropertyDecl() local 605 StarLoc = getLocForEndOfToken(StarLoc); in CreatePropertyDecl() 607 << FixItHint::CreateInsertion(StarLoc, "*"); in CreatePropertyDecl()
|
D | SemaStmt.cpp | 2625 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, in ActOnIndirectGotoStmt() argument 2637 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) in ActOnIndirectGotoStmt() 2648 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E); in ActOnIndirectGotoStmt()
|
D | TreeTransform.h | 1247 SourceLocation StarLoc, in RebuildIndirectGotoStmt() argument 1249 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); in RebuildIndirectGotoStmt()
|
/external/clang/lib/Parse/ |
D | ParseStmt.cpp | 1828 SourceLocation StarLoc = ConsumeToken(); in ParseGotoStatement() local 1834 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.get()); in ParseGotoStatement()
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 3463 SourceLocation StarLoc,
|