Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1362 TypedefDecl *getUInt128Decl() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp408 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8151 NewLoaded = Context.getUInt128Decl(); in getPredefinedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1262 TypedefDecl *ASTContext::getUInt128Decl() const { in getUInt128Decl() function in ASTContext