reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseDecl.cpp
 2040           << (Fixit ? FixItHint::CreateInsertion(D.getBeginLoc(), "_Noreturn ")
tools/clang/lib/Sema/SemaDecl.cpp
 6570         Diag(D.getBeginLoc(), diag::err_event_t_addr_space_qual);
 6644     NewVD = VarDecl::Create(Context, DC, D.getBeginLoc(), D.getIdentifierLoc(),
 6771       NewVD = DecompositionDecl::Create(Context, DC, D.getBeginLoc(),
 6775       NewVD = VarDecl::Create(Context, DC, D.getBeginLoc(),
 7015         Diag(D.getBeginLoc(), diag::err_asm_bad_register_type);
 7147       Diag(D.getBeginLoc(), diag::err_main_global_variable);
 7152       Diag(D.getBeginLoc(), diag::warn_main_redefined);
 8166     NewFD = FunctionDecl::Create(SemaRef.Context, DC, D.getBeginLoc(), NameInfo,
 8202         SemaRef.Context, cast<CXXRecordDecl>(DC), D.getBeginLoc(), NameInfo, R,
 8212           SemaRef.Context, Record, D.getBeginLoc(), NameInfo, R, TInfo,
 8231       return FunctionDecl::Create(SemaRef.Context, DC, D.getBeginLoc(),
 8250         SemaRef.Context, cast<CXXRecordDecl>(DC), D.getBeginLoc(), NameInfo, R,
 8256     return CXXDeductionGuideDecl::Create(SemaRef.Context, DC, D.getBeginLoc(),
 8274         SemaRef.Context, cast<CXXRecordDecl>(DC), D.getBeginLoc(), NameInfo, R,
 8287     return FunctionDecl::Create(SemaRef.Context, DC, D.getBeginLoc(), NameInfo,
13057       CheckParameter(Context.getTranslationUnitDecl(), D.getBeginLoc(),
14359       TypedefDecl::Create(Context, CurContext, D.getBeginLoc(),
15944   SourceLocation TSSL = D.getBeginLoc();
tools/clang/lib/Sema/SemaDeclCXX.cpp
 3158     Loc = D.getBeginLoc();
14422       S, TInfo, D.getBeginLoc(), D.getIdentifierLoc(), D.getIdentifier());
16211   SourceLocation TSSL = D.getBeginLoc();
tools/clang/lib/Sema/SemaExceptionSpec.cpp
   66   if (!Context.getSourceManager().isInSystemHeader(D.getBeginLoc()))
tools/clang/lib/Sema/SemaExpr.cpp
14197           CurBlock->TheDecl, ParamInfo.getBeginLoc(), I);
tools/clang/lib/Sema/SemaTemplate.cpp
 1195       Context, Context.getTranslationUnitDecl(), D.getBeginLoc(),
 9670           Specialization->getLocation(), FPT, D.getBeginLoc());
tools/clang/lib/Sema/SemaType.cpp
  745   SourceLocation loc = declarator.getBeginLoc();
 2995                 /*KeyLoc*/ SourceLocation(), /*NameLoc*/ D.getBeginLoc(),
 3431   S.Diag(D.getBeginLoc(), diag::note_function_style_cast_add_parentheses)
 3432       << FixItHint::CreateInsertion(D.getBeginLoc(), "(")
 4572             S.Diag(D.getBeginLoc(), diag::err_trailing_return_in_parens)
 5042     S.Diag(state.getDeclarator().getBeginLoc(),
 5128       SourceLocation Loc = D.getBeginLoc();