HomeSort by: relevance | last modified time | path
    Searched refs:getUInt128Decl (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1120 TypedefDecl *getUInt128Decl() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 253 PushOnScopeChains(Context.getUInt128Decl(), TUScope);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1254 TypedefDecl *ASTContext::getUInt128Decl() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7368 return Context.getUInt128Decl();

Completed in 44 milliseconds