Searched refs:SayWithDecl (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | resolve-names.cpp | 488 void SayWithDecl(const parser::Name &, Symbol &, MessageFixedText &&); 967 SayWithDecl( in DeclareEntity() 972 SayWithDecl(name, symbol, in DeclareEntity() 975 SayWithDecl( in DeclareEntity() 1904 void ScopeHandler::SayWithDecl( in SayWithDecl() function in Fortran::semantics::ScopeHandler 1913 SayWithDecl(name, symbol, in SayLocalMustBeVariable() 3246 SayWithDecl( in Pre() 3345 SayWithDecl( in Pre() 3366 SayWithDecl( in Pre() 3467 SayWithDecl(name, symbol, in DeclareProcEntity() [all …]
|
D | check-do-forall.cpp | 170 context_.SayWithDecl(entity, currentStatementSourcePosition_, in SayDeallocateWithImpureFinal() 178 context_.SayWithDecl(entity, location, in SayDeallocateOfPolymorph() 353 context_.SayWithDecl(*symbol, name.source, in Post() 591 context_.SayWithDecl(ref, parser::Unwrap<parser::Expr>(mask)->source, in CheckMaskIsPure() 604 context_.SayWithDecl(ref, refPosition, std::move(errorMessage), in CheckNoCollisions()
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | semantics.h | 148 void SayWithDecl(const Symbol &symbol, const parser::CharBlock &at, in SayWithDecl() function
|