Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h1692 QualType getSignedWCharType() const;
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp5666 QualType ASTContext::getSignedWCharType() const { in getSignedWCharType() function in ASTContext
10247 return getSignedWCharType(); in getCorrespondingSignedType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp1302 Result = Context.getSignedWCharType(); in ConvertDeclSpecToType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
DTypeSystemClang.cpp2018 return ast->getSignedWCharType().getAsOpaquePtr(); in GetOpaqueCompilerType()