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 189 mutable TypedefDecl *Int128Decl;
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 639 Int128Decl(0), UInt128Decl(0),
770 if (!Int128Decl) {
772 Int128Decl = TypedefDecl::Create(const_cast<ASTContext &>(*this),
780 return Int128Decl;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 22 milliseconds