Home
last modified time | relevance | path

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

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