Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1842 QualType getSignedWCharType() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp6377 QualType ASTContext::getSignedWCharType() const { in getSignedWCharType() function in ASTContext
11612 return getSignedWCharType(); in getCorrespondingSignedType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp920 Result = Context.getSignedWCharType(); in ConvertDeclSpecToType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2014 return ast->getSignedWCharType().getAsOpaquePtr(); in GetOpaqueCompilerType()