Searched defs:declName (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | HTMLDiagnostics.cpp | 290 SmallString<128> declName("unknown"); ReportDiag() local 381 GenerateHTML(const PathDiagnostic & D,Rewriter & R,const SourceManager & SMgr,const PathPieces & path,const char * declName) GenerateHTML() argument 553 FinalizeHTML(const PathDiagnostic & D,Rewriter & R,const SourceManager & SMgr,const PathPieces & path,FileID FID,FileEntryRef Entry,const char * declName) FinalizeHTML() argument [all...] |
H A D | PlistDiagnostics.cpp | 733 const std::string &declName = ND->getDeclName().getAsString(); in FlushDiagnosticsImpl() local
|
/llvm-project/flang/lib/Semantics/ |
H A D | check-coarray.cpp | 342 const auto &declName{std::get<parser::Name>(decl.t)}; CheckNamesAreDistinct() local
|
/llvm-project/mlir/lib/Tools/mlir-pdll-lsp-server/ |
H A D | PDLLServer.cpp | 142 const ast::Name *declName = decl->getName(); in getDefLoc() local 1166 const ast::Name *declName = ref->getDecl()->getName(); in shouldAddHintFor() local
|