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

/external/clang/include/clang/AST/
H A DASTContext.h1211 QualType getSignedWCharType() const;
/external/lldb/source/Symbol/
H A DClangASTContext.cpp722 clang_type = ast->getSignedWCharType().getAsOpaquePtr();
/external/clang/lib/Sema/
H A DSemaType.cpp732 Result = Context.getSignedWCharType();
/external/clang/lib/AST/
H A DASTContext.cpp3841 /// getSignedWCharType - Return the type of "signed wchar_t".
3843 QualType ASTContext::getSignedWCharType() const { function in class:ASTContext

Completed in 126 milliseconds