Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp253 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1120 TypedefDecl *getUInt128Decl() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1254 TypedefDecl *ASTContext::getUInt128Decl() const { in getUInt128Decl() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7368 return Context.getUInt128Decl(); in getPredefinedDecl()