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

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

Completed in 81 milliseconds