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

Declarations

tools/clang/include/clang/AST/Type.h
 1952   bool isWideCharType() const;

References

tools/clang/lib/AST/PrintfFormatString.cpp
  717     if (QT->getPointeeType()->isWideCharType())
tools/clang/lib/AST/ScanfFormatString.cpp
  440     if (PT->isWideCharType())
tools/clang/lib/Sema/SemaFixItUtils.cpp
  190   if (T.isWideCharType())
tools/clang/lib/Sema/SemaTemplate.cpp
 7084     if (T->isWideCharType())
tools/clang/tools/extra/clang-tidy/bugprone/StringIntegerAssignmentCheck.cpp
  153   bool IsWideCharType = CharType->isWideCharType();