Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1228 TypedefDecl *getUInt128Decl() const;
/llvm-project-15.0.7/clang/lib/Sema/
H A DSema.cpp294 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp1267 TypedefDecl *ASTContext::getUInt128Decl() const { in getUInt128Decl() function in ASTContext
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp7449 return Context.getUInt128Decl(); in getPredefinedDecl()