Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DTemplateBase.cpp94 else if (T->isChar8Type()) in printIntegral()
H A DType.cpp1962 bool Type::isChar8Type() const { in isChar8Type() function in Type
H A DExprConstant.cpp8953 return T->isCharType() || T->isChar8Type(); in isOneByteCharacterType()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaInit.cpp87 if (ElemTy->isChar8Type()) in IsStringInit()
98 if (ElemTy->isChar8Type()) in IsStringInit()
111 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
119 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
127 if (ElemTy->isCharType() || ElemTy->isChar8Type()) in IsStringInit()
H A DSemaTemplate.cpp7612 else if (T->isChar8Type() && getLangOpts().Char8) in BuildExpressionFromIntegralTemplateArgument()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DType.h1977 bool isChar8Type() const;