Home
last modified time | relevance | path

Searched refs:ParseLineTable (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
DASTReader.h1004 bool ParseLineTable(ModuleFile &F, SmallVectorImpl<uint64_t> &Record);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTReader.cpp784 bool ASTReader::ParseLineTable(ModuleFile &F, in ParseLineTable() function in ASTReader
2463 if (ParseLineTable(F, Record)) in ReadASTBlock()