Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1199 TypedefDecl *getUInt128Decl() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp295 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7488 return Context.getUInt128Decl(); in getPredefinedDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1241 TypedefDecl *ASTContext::getUInt128Decl() const { in getUInt128Decl() function in ASTContext