Home
last modified time | relevance | path

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

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