Home
last modified time | relevance | path

Searched refs:getUnsignedWCharType (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1346 QualType getUnsignedWCharType() const;
/external/clang/lib/Sema/
DSemaType.cpp1218 Result = Context.getUnsignedWCharType(); in ConvertDeclSpecToType()
/external/clang/lib/AST/
DASTContext.cpp4088 QualType ASTContext::getUnsignedWCharType() const { in getUnsignedWCharType() function in ASTContext