/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | [all...] |
/external/clang/lib/Rewrite/Frontend/ |
RewriteModernObjC.cpp | 283 void InsertText(SourceLocation Loc, StringRef Str, 286 if (!Rewrite.InsertText(Loc, Str, InsertAfter) || 290 Diags.Report(Context->getFullLoc(Loc), RewriteFailedDiag); 307 void ConvertSourceLocationToLineDirective(SourceLocation Loc, 716 SourceLocation Loc = D->getLocation(); 717 Loc = SM->getExpansionLoc(Loc); 720 if (Loc.isInvalid()) return; 794 if (SM->isFromMainFile(Loc)) 4629 std::string::size_type loc = 0; local [all...] |
/external/clang/lib/Sema/ |
SemaDecl.cpp | 317 // NOTE: avoid constructing an ElaboratedType(Loc) if this is a 11674 SourceLocation loc = FD->getLocation(); local [all...] |
SemaDeclCXX.cpp | [all...] |
SemaExpr.cpp | 74 static void DiagnoseUnusedOfDecl(Sema &S, NamedDecl *D, SourceLocation Loc) { 79 S.Diag(Loc, diag::warn_used_but_marked_unused) << D->getDeclName(); 84 NamedDecl *D, SourceLocation Loc, 113 S.EmitDeprecationWarning(D, Message, Loc, UnknownObjCClass, ObjCPDecl); 120 S.Diag(Loc, diag::err_unavailable) << D->getDeclName(); 126 S.Diag(Loc, diag::warn_unavailable_fwdclass_message) 130 S.Diag(Loc, diag::err_unavailable_message) 204 SourceLocation Loc) { 232 bool DowngradeWarning = S.getSourceManager().isFromMainFile(Loc); 236 S.Diag(Loc, DowngradeWarning ? diag::ext_internal_in_extern_inlin 5189 SourceLocation loc = NullExpr->getExprLoc(); local 12666 SourceLocation loc; local [all...] |
SemaOverload.cpp | 43 SourceLocation Loc = SourceLocation(), 45 if (S.DiagnoseUseOfDecl(FoundDecl, Loc)) 53 if (FoundDecl != Fn && S.DiagnoseUseOfDecl(Fn, Loc)) 56 VK_LValue, Loc, LocInfo); [all...] |
TreeTransform.h | 167 void setBase(SourceLocation Loc, DeclarationName Entity) { } 379 Decl *TransformDecl(SourceLocation Loc, Decl *D) { 410 Decl *TransformDefinition(SourceLocation Loc, Decl *D) { 411 return getDerived().TransformDecl(Loc, D); 423 NamedDecl *TransformFirstQualifierInScope(NamedDecl *D, SourceLocation Loc) { 424 return cast_or_null<NamedDecl>(getDerived().TransformDecl(Loc, D)); 573 bool TransformFunctionTypeParams(SourceLocation Loc, [all...] |
/external/clang/lib/Serialization/ |
ASTReader.cpp | [all...] |