Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/include/clang/Basic/
HDSourceManagerInternals.h128 void AddEntry(FileID FID, const std::vector<LineEntry> &Entries);
/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDMappedHash.h210 AddEntry (const char *cstr, const ValueType &value) in AddEntry() function
/trueos/contrib/llvm/tools/clang/lib/Basic/
HDSourceManager.cpp281 void LineTableInfo::AddEntry(FileID FID, in AddEntry() function in LineTableInfo
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp823 LineTable.AddEntry(FileID::get(FID), Entries); in ParseLineTable()