Searched refs:isDecltypeAuto (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp2538 if (AT->isDecltypeAuto()) {
2707 if (!AT->isDecltypeAuto())
2746 cast<AutoType>(T)->isDecltypeAuto())) {
H A DSemaTemplateDeduction.cpp3941 TL.getTypePtr()->isDecltypeAuto(),
3994 if (AT->isDecltypeAuto()) {
H A DSemaStmt.cpp2724 << (AT->isDecltypeAuto() ? 1 : 0)
H A DTreeTransform.h3536 Result = SemaRef.Context.getAutoType(Deduced, AutoTy->isDecltypeAuto(),
4650 Result = getDerived().RebuildAutoType(NewDeduced, T->isDecltypeAuto());
H A DSemaDecl.cpp9027 << (AT->isDecltypeAuto() ? 1 : 0)
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DTypePrinter.cpp808 OS << (T->isDecltypeAuto() ? "decltype(auto)" : "auto");
H A DItaniumMangle.cpp2435 Out << (T->isDecltypeAuto() ? "Dc" : "Da");
H A DASTImporter.cpp1712 return Importer.getToContext().getAutoType(ToDeduced, T->isDecltypeAuto(),
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3648 bool isDecltypeAuto() const { return AutoTypeBits.IsDecltypeAuto; } function in class:clang::FunctionType::ExtInfo::FunctionProtoType::AutoType
3663 Profile(ID, getDeducedType(), isDecltypeAuto(),
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp253 Record.push_back(T->isDecltypeAuto());

Completed in 264 milliseconds