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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 1117 TypedefDecl *getInt128Decl() const;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
Sema.cpp 249 PushOnScopeChains(Context.getInt128Decl(), TUScope);
  /src/external/apache2/llvm/dist/clang/lib/AST/
ASTContext.cpp 1248 TypedefDecl *ASTContext::getInt128Decl() const {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 7365 return Context.getInt128Decl();

Completed in 109 milliseconds