Searched refs:WCharTy (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DASTContext.h884 CanQualType WCharTy; // [C++ 3.9.1p5]. member in class:clang::ASTContext::DynTypedNodeList
885 CanQualType WideCharTy; // Same as WCharTy in C++, integer type in C99.
1336 QualType getWCharType() const { return WCharTy; }
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1093 QualTypeMatchesBitSize (bit_size, ast, ast->WCharTy) &&
1095 return CompilerType (ast, ast->WCharTy);
1153 if (QualTypeMatchesBitSize (bit_size, ast, ast->WCharTy))
1156 return CompilerType (ast, ast->WCharTy);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1031 InitBuiltinType(WCharTy, BuiltinType::WChar_S);
1033 InitBuiltinType(WCharTy, BuiltinType::WChar_U);
1035 WideCharTy = WCharTy;
4124 return WCharTy;
H A DASTImporter.cpp1516 return Importer.getToContext().WCharTy;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp3332 getContext().BoolTy, getContext().WCharTy,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaType.cpp1211 Result = Context.WCharTy;
H A DSemaOverload.cpp7221 &ASTContext::WCharTy,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5987 T = Context.WCharTy;

Completed in 227 milliseconds