Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaInit.cpp86 if (ElemTy->isChar8Type()) in IsStringInit()
97 if (ElemTy->isChar8Type()) in IsStringInit()
110 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
118 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
126 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
DSemaTemplate.cpp7622 else if (T->isChar8Type() && getLangOpts().Char8) in BuildExpressionFromIntegralTemplateArgument()
/external/llvm-project/clang/lib/AST/
DType.cpp1962 bool Type::isChar8Type() const { in isChar8Type() function in Type
DExprConstant.cpp8942 return T->isCharType() || T->isChar8Type(); in isOneByteCharacterType()
/external/llvm-project/clang/include/clang/AST/
DType.h1970 bool isChar8Type() const;