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

  /external/clang/include/clang/AST/
ASTContext.h 196 mutable TypedefDecl *Int128Decl;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 708 Int128Decl(0), UInt128Decl(0), Float128StubDecl(0),
840 if (!Int128Decl) {
842 Int128Decl = TypedefDecl::Create(const_cast<ASTContext &>(*this),
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 1020 milliseconds