Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclID.h56 PREDEF_DECL_UNSIGNED_INT_128_ID = 7, enumerator
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5029 RegisterPredefDecl(Context.UInt128Decl, PREDEF_DECL_UNSIGNED_INT_128_ID); in PrepareWritingSpecialDecls()
H A DASTReader.cpp7767 case PREDEF_DECL_UNSIGNED_INT_128_ID: in getPredefinedDecl()