Home
last modified time | relevance | path

Searched defs:IsDecltypeAuto (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp3924 QualType ASTContext::getAutoType(QualType DeducedType, bool IsDecltypeAuto, in getAutoType()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp5184 bool IsDecltypeAuto = Record[Idx++]; in readTypeRecord() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h846 QualType RebuildAutoType(QualType Deduced, bool IsDecltypeAuto) { in RebuildAutoType()