Home
last modified time | relevance | path

Searched refs:isChar8Type (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/clang/lib/AST/
DTemplateBase.cpp97 else if (T->isChar8Type()) in printIntegral()
DAPValue.cpp680 else if (Ty->isChar8Type()) in TryPrintAsStringLiteral()
DType.cpp2001 bool Type::isChar8Type() const { in isChar8Type() function in Type
DExprConstant.cpp9122 return T->isCharType() || T->isChar8Type(); in isOneByteCharacterType()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaInit.cpp95 if (ElemTy->isChar8Type() || in IsStringInit()
108 if (ElemTy->isChar8Type()) in IsStringInit()
121 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
129 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
137 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
DSemaTemplate.cpp7912 else if (T->isChar8Type() && getLangOpts().Char8) in BuildExpressionFromIntegralTemplateArgument()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DType.h2112 bool isChar8Type() const;