Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1775 QualType getSignedWCharType() const;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5933 QualType ASTContext::getSignedWCharType() const { in getSignedWCharType() function in ASTContext
11133 return getSignedWCharType(); in getCorrespondingSignedType()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2062 return ast->getSignedWCharType().getAsOpaquePtr(); in GetOpaqueCompilerType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp1322 Result = Context.getSignedWCharType(); in ConvertDeclSpecToType()