Searched refs:StarLoc (Results 1 - 8 of 8) sorted by relevance
/external/clang/lib/Lex/ |
H A D | ModuleMap.cpp | 1698 SourceLocation StarLoc = consumeToken(); local 1703 Diags.Report(StarLoc, diag::err_mmap_top_level_inferred_submodule); 1710 Diags.Report(StarLoc, diag::err_mmap_inferred_no_umbrella); 1716 Diags.Report(StarLoc, diag::err_mmap_inferred_redef); 1725 Diags.Report(StarLoc, diag::err_mmap_inferred_framework_submodule); 1729 Diags.Report(StarLoc, diag::err_mmap_explicit_inferred_framework); 1752 ActiveModule->InferredSubmoduleLoc = StarLoc;
|
/external/clang/include/clang/AST/ |
H A D | TypeLoc.h | 1012 SourceLocation StarLoc; 1021 return this->getLocalData()->StarLoc; 1024 this->getLocalData()->StarLoc = Loc;
|
H A D | Stmt.h | 1215 SourceLocation StarLoc; member in class:clang::IndirectGotoStmt 1220 : Stmt(IndirectGotoStmtClass), GotoLoc(gotoLoc), StarLoc(starLoc), 1229 void setStarLoc(SourceLocation L) { StarLoc = L; } 1230 SourceLocation getStarLoc() const { return StarLoc; }
|
/external/clang/lib/Sema/ |
H A D | SemaObjCProperty.cpp | 534 SourceLocation StarLoc = TInfo->getTypeLoc().getLocEnd(); local 535 StarLoc = PP.getLocForEndOfToken(StarLoc); 537 << FixItHint::CreateInsertion(StarLoc, "*");
|
H A D | SemaStmt.cpp | 2268 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, argument 2280 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing)) 2291 return Owned(new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E));
|
H A D | TreeTransform.h | 1164 SourceLocation StarLoc, 1166 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target); 1163 RebuildIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, Expr *Target) argument
|
/external/clang/lib/Parse/ |
H A D | ParseStmt.cpp | 1609 SourceLocation StarLoc = ConsumeToken(); local 1615 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take());
|
/external/clang/include/clang/Sema/ |
H A D | Sema.h | 2881 SourceLocation StarLoc,
|
Completed in 1249 milliseconds