Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1777 QualType getSignedWCharType() const;
/llvm-project-15.0.7/clang/lib/AST/
H A DASTContext.cpp5872 QualType ASTContext::getSignedWCharType() const { in getSignedWCharType() function in ASTContext
10884 return getSignedWCharType(); in getCorrespondingSignedType()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp1292 Result = Context.getSignedWCharType(); in ConvertDeclSpecToType()
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2022 return ast->getSignedWCharType().getAsOpaquePtr(); in GetOpaqueCompilerType()