Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSema.cpp164 PushOnScopeChains(Context.getUInt128Decl(), TUScope); in Initialize()
/external/clang/include/clang/AST/
DASTContext.h850 TypedefDecl *getUInt128Decl() const;
/external/clang/lib/AST/
DASTContext.cpp904 TypedefDecl *ASTContext::getUInt128Decl() const { in getUInt128Decl() function in ASTContext
/external/clang/lib/Serialization/
DASTReader.cpp6107 return Context.getUInt128Decl(); in GetExistingDecl()