HomeSort by relevance Sort by last modified time
    Searched refs:isWideCharType (Results 1 - 8 of 8) sorted by null

  /external/clang/lib/Sema/
SemaFixItUtils.cpp 187 if (T->isWideCharType())
SemaExprCXX.cpp     [all...]
SemaTemplate.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 354 if (QT->getPointeeType()->isWideCharType())
ScanfFormatString.cpp 326 if (PT->isWideCharType())
  /external/clang/include/clang/AST/
CanonicalType.h 260 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isWideCharType)
Type.h     [all...]
  /external/clang/lib/AST/
Type.cpp 617 bool Type::isWideCharType() const {
    [all...]

Completed in 35 milliseconds