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 228 Int128Decl(0), UInt128Decl(0),
355 if (!Int128Decl) {
357 Int128Decl = TypedefDecl::Create(const_cast<ASTContext &>(*this),
365 return Int128Decl;
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 21 milliseconds