Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1257 TypedefDecl *getInt128Decl() const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp336 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp7765 return Context.getInt128Decl(); in getPredefinedDecl()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1199 TypedefDecl *ASTContext::getInt128Decl() const { in getInt128Decl() function in ASTContext