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

/external/clang/include/clang/AST/
H A DASTContext.h1346 QualType getUnsignedWCharType() const;
/external/clang/lib/Sema/
H A DSemaType.cpp1218 Result = Context.getUnsignedWCharType();
/external/clang/lib/AST/
H A DASTContext.cpp4086 /// getUnsignedWCharType - Return the type of "unsigned wchar_t".
4088 QualType ASTContext::getUnsignedWCharType() const { function in class:ASTContext

Completed in 340 milliseconds