Home
last modified time | relevance | path

Searched refs:getUnsignedWCharType (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1240 QualType getUnsignedWCharType() const;
/external/lldb/source/Symbol/
DClangASTContext.cpp725 clang_type = ast->getUnsignedWCharType().getAsOpaquePtr(); in GetBasicType()
/external/clang/lib/Sema/
DSemaType.cpp740 Result = Context.getUnsignedWCharType(); in ConvertDeclSpecToType()
/external/clang/lib/AST/
DASTContext.cpp3928 QualType ASTContext::getUnsignedWCharType() const { in getUnsignedWCharType() function in ASTContext