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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h1346 QualType getSignedWCharType() const;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1216 Result = Context.getSignedWCharType();
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp929 clang_type = ast->getSignedWCharType().getAsOpaquePtr();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp4120 /// getSignedWCharType - Return the type of "signed wchar_t".
4122 QualType ASTContext::getSignedWCharType() const { function in class:ASTContext

Completed in 242 milliseconds