Home
last modified time | relevance | path

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

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