Searched refs:StarLoc (Results 1 - 8 of 8) sorted by relevance

/external/clang/lib/Lex/
H A DModuleMap.cpp1698 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 DTypeLoc.h1012 SourceLocation StarLoc;
1021 return this->getLocalData()->StarLoc;
1024 this->getLocalData()->StarLoc = Loc;
H A DStmt.h1215 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 DSemaObjCProperty.cpp534 SourceLocation StarLoc = TInfo->getTypeLoc().getLocEnd(); local
535 StarLoc = PP.getLocForEndOfToken(StarLoc);
537 << FixItHint::CreateInsertion(StarLoc, "*");
H A DSemaStmt.cpp2268 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 DTreeTransform.h1164 SourceLocation StarLoc,
1166 return getSema().ActOnIndirectGotoStmt(GotoLoc, StarLoc, Target);
1163 RebuildIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc, Expr *Target) argument
/external/clang/lib/Parse/
H A DParseStmt.cpp1609 SourceLocation StarLoc = ConsumeToken(); local
1615 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take());
/external/clang/include/clang/Sema/
H A DSema.h2881 SourceLocation StarLoc,

Completed in 174 milliseconds