Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp160 PushOnScopeChains(Context.getInt128Decl(), TUScope); in Initialize()
/external/clang/include/clang/AST/
DASTContext.h847 TypedefDecl *getInt128Decl() const;
/external/clang/lib/AST/
DASTContext.cpp898 TypedefDecl *ASTContext::getInt128Decl() const { in getInt128Decl() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp6104 return Context.getInt128Decl(); in GetExistingDecl()