Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h1196 TypedefDecl *getInt128Decl() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSema.cpp291 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp7485 return Context.getInt128Decl(); in getPredefinedDecl()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp1235 TypedefDecl *ASTContext::getInt128Decl() const { in getInt128Decl() function in ASTContext