Home
last modified time | relevance | path

Searched refs:AddEntry (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.cpp23 node.AddEntry(entryStmt->statement.value()); in GetEntryStmts()
31 node.AddEntry(entryStmt->statement.value()); in GetEntryStmts()
42 node.AddEntry(entryStmt->statement.value()); in GetEntryStmts()
280 void ProgramTree::AddEntry(const parser::EntryStmt &entryStmt) { in AddEntry() function in Fortran::semantics::ProgramTree
H A Dprogram-tree.h92 void AddEntry(const parser::EntryStmt &);
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManagerInternals.h128 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp793 auto AddEntry = [&](const DbgValueLocEntry &Entry, in constructVariableDIEImpl() local
831 return AddEntry(DVal->getLocEntries()[Idx], Cursor); in constructVariableDIEImpl()
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp259 void LineTableInfo::AddEntry(FileID FID, in AddEntry() function in LineTableInfo
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp1359 LineTable.AddEntry(FileID::get(FID), Entries); in ParseLineTable()