HomeSort by: relevance | last modified time | path
    Searched refs:isChar8Type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
TemplateBase.cpp 94 else if (T->isChar8Type())
Type.cpp 1962 bool Type::isChar8Type() const {
ExprConstant.cpp 8953 return T->isCharType() || T->isChar8Type();
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaInit.cpp 87 if (ElemTy->isChar8Type())
98 if (ElemTy->isChar8Type())
111 if (ElemTy->isCharType() || ElemTy->isChar8Type())
119 if (ElemTy->isCharType() || ElemTy->isChar8Type())
127 if (ElemTy->isCharType() || ElemTy->isChar8Type())
SemaTemplate.cpp 7612 else if (T->isChar8Type() && getLangOpts().Char8)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Type.h 1977 bool isChar8Type() const;

Completed in 45 milliseconds