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

/external/clang/include/clang/AST/
H A DASTContext.h1064 QualType getSignedWCharType() const;
/external/clang/lib/Sema/
H A DSemaType.cpp616 Result = Context.getSignedWCharType();
/external/clang/lib/AST/
H A DASTContext.cpp3439 /// getSignedWCharType - Return the type of "signed wchar_t".
3441 QualType ASTContext::getSignedWCharType() const { function in class:ASTContext

Completed in 96 milliseconds