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

  /external/clang/lib/AST/
TemplateBase.cpp 58 } else if (T->isCharType()) {
ItaniumMangle.cpp     [all...]
Type.cpp 663 bool Type::isCharType() const {
    [all...]
ASTContext.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 192 if (T.isCharType())
SemaInit.cpp 68 if (isa<ObjCEncodeExpr>(Init) && AT->getElementType()->isCharType())
84 if (ElemTy->isCharType())
97 if (ElemTy->isCharType())
105 if (ElemTy->isCharType())
113 if (ElemTy->isCharType())
    [all...]
SemaDeclAttr.cpp     [all...]
SemaExpr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 258 LLVM_CLANG_CANPROXY_SIMPLE_ACCESSOR(bool, isCharType)
Type.h     [all...]
  /external/clang/lib/Analysis/
PrintfFormatString.cpp 629 if (!isa<TypedefType>(QT) && QT->isCharType()) {
  /external/lldb/source/Symbol/
ClangASTType.cpp 293 ClangASTType::IsCharType () const
297 return GetQualType().getUnqualifiedType()->isCharType();
328 if (pointee_or_element_clang_type.IsCharType())
    [all...]

Completed in 554 milliseconds