Searched defs:AutoTypeBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1343 AutoTypeBitfields AutoTypeBits; member in union:clang::Type::__anon17544
3667 AutoTypeBits.IsDecltypeAuto = IsDecltypeAuto;
3673 bool isDecltypeAuto() const { return AutoTypeBits.IsDecltypeAuto; }

Completed in 60 milliseconds