Home
last modified time | relevance | path

Searched refs:ReadAPSInt (Results 1 – 3 of 3) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h2038 llvm::APSInt ReadAPSInt(const RecordData &Record, unsigned &Idx);
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp602 ECD->setInitVal(Reader.ReadAPSInt(Record, Idx)); in VisitEnumConstantDecl()
H A DASTReader.cpp7758 llvm::APSInt Value = ReadAPSInt(Record, Idx); in ReadTemplateArgument()
8067 llvm::APSInt ASTReader::ReadAPSInt(const RecordData &Record, unsigned &Idx) { in ReadAPSInt() function in ASTReader