Home
last modified time | relevance | path

Searched refs:SayWithDecl (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp169 context_.SayWithDecl(entity, currentStatementSourcePosition_, in SayDeallocateWithImpureFinal()
177 context_.SayWithDecl(entity, location, in SayDeallocateOfPolymorph()
353 context_.SayWithDecl(*symbol, name.source, in Post()
590 context_.SayWithDecl(ref, parser::Unwrap<parser::Expr>(mask)->source, in CheckMaskIsPure()
603 context_.SayWithDecl(ref, refPosition, std::move(errorMessage), in CheckNoCollisions()
H A Dresolve-names.cpp1112 SayWithDecl( in DeclareEntity()
3947 SayWithDecl( in Pre()
4080 SayWithDecl( in Pre()
4106 SayWithDecl( in Pre()
5200 SayWithDecl( in Pre()
5552 SayWithDecl( in PassesLocalityChecks()
5662 SayWithDecl( in SetType()
6670 SayWithDecl( in FindComponent()
6936 SayWithDecl( in SetProcFlag()
6941 SayWithDecl( in SetProcFlag()
[all …]
H A Dcheck-io.cpp1018 context_.SayWithDecl(*bad, where, in CheckForBadIoComponent()
H A Dmod-file.cpp979 context_.SayWithDecl( in Read()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h171 void SayWithDecl(const Symbol &symbol, const parser::CharBlock &at, in SayWithDecl() function