Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h1847 QualType getUnsignedWCharType() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp6384 QualType ASTContext::getUnsignedWCharType() const { in getUnsignedWCharType() function in ASTContext
11538 return getUnsignedWCharType(); in getCorrespondingUnsignedType()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp927 Result = Context.getUnsignedWCharType(); in ConvertDeclSpecToType()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp2016 return ast->getUnsignedWCharType().getAsOpaquePtr(); in GetOpaqueCompilerType()