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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1351 QualType getUnsignedWCharType() const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1223 Result = Context.getUnsignedWCharType();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp932 clang_type = ast->getUnsignedWCharType().getAsOpaquePtr();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4127 /// getUnsignedWCharType - Return the type of "unsigned wchar_t".
4129 QualType ASTContext::getUnsignedWCharType() const { function in class:ASTContext

Completed in 284 milliseconds