HomeSort by relevance Sort by last modified time
    Searched refs:UInt128Decl (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
ASTContext.h 199 mutable TypedefDecl *UInt128Decl;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 228 Int128Decl(0), UInt128Decl(0),
369 if (!UInt128Decl) {
371 UInt128Decl = TypedefDecl::Create(const_cast<ASTContext &>(*this),
379 return UInt128Decl;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 78 milliseconds