Home
last modified time | relevance | path

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

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