Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h1341 QualType getSignedWCharType() const;
/external/clang/lib/Sema/
DSemaType.cpp1211 Result = Context.getSignedWCharType(); in ConvertDeclSpecToType()
/external/clang/lib/AST/
DASTContext.cpp4081 QualType ASTContext::getSignedWCharType() const { in getSignedWCharType() function in ASTContext