Searched refs:Float128StubDecl (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h202 mutable TypeDecl *Float128StubDecl; member in class:clang::ASTContext
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp723 Int128Decl(0), UInt128Decl(0), Float128StubDecl(0),
890 if (!Float128StubDecl) {
891 Float128StubDecl = CXXRecordDecl::Create(const_cast<ASTContext &>(*this),
899 return Float128StubDecl;

Completed in 197 milliseconds