reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ASTContext.h
 1569   QualType getWCharType() const { return WCharTy; }
tools/clang/lib/AST/ASTContext.cpp
 1275     InitBuiltinType(WCharTy,           BuiltinType::WChar_S);
 1277     InitBuiltinType(WCharTy,           BuiltinType::WChar_U);
 1279     WideCharTy = WCharTy;
 5110   return WCharTy;
tools/clang/lib/AST/ASTImporter.cpp
 1025     return Importer.getToContext().WCharTy;
tools/clang/lib/CodeGen/CGBuiltin.cpp
 2499     llvm::Type *WCharTy = ConvertType(getContext().WCharTy);
 2521         getContext().getTypeAlignInChars(getContext().WCharTy);
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 3823       getContext().BoolTy,             getContext().WCharTy,
tools/clang/lib/Sema/SemaOverload.cpp
 7961     ArithmeticTypes.push_back(S.Context.WCharTy);
tools/clang/lib/Sema/SemaType.cpp
 1291       Result = Context.WCharTy;
tools/clang/lib/Serialization/ASTReader.cpp
 7303       T = Context.WCharTy;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  138     if (width == ast->getTypeSize(ast->WCharTy))
  140                           ast->WCharTy.getAsOpaquePtr());
tools/lldb/source/Symbol/ClangASTContext.cpp
 1108             QualTypeMatchesBitSize(bit_size, ast, ast->WCharTy) &&
 1111           return CompilerType(this, ast->WCharTy.getAsOpaquePtr());
 1165           if (QualTypeMatchesBitSize(bit_size, ast, ast->WCharTy)) {
 1168               return CompilerType(this, ast->WCharTy.getAsOpaquePtr());
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  118                                    context->WCharTy));