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

  /external/clang/lib/AST/
TemplateBase.cpp 43 } else if (T->isCharType()) {
ItaniumMangle.cpp     [all...]
Type.cpp 671 bool Type::isCharType() const {
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 186 if (T.isCharType())
SemaDeclAttr.cpp     [all...]
SemaInit.cpp 44 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType())
58 return ElemTy->isCharType() ? Init : 0;
    [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 529 if (!isa<TypedefType>(QT) && QT->isCharType()) {
  /external/clang/include/clang/AST/
CanonicalType.h 259 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
Type.h     [all...]

Completed in 89 milliseconds