Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSema.cpp249 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h1117 TypedefDecl *getInt128Decl() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp1248 TypedefDecl *ASTContext::getInt128Decl() const { in getInt128Decl() function in ASTContext
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp7365 return Context.getInt128Decl(); in getPredefinedDecl()