HomeSort by relevance Sort by last modified time
    Searched refs:isRecordType (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 58 if (!OrigPointeeTy->isRecordType()) {
  /external/clang/lib/Sema/
SemaExprMember.cpp 462 PT->getPointeeType()->isRecordType())) {
782 assert(baseVariable->getType()->isRecordType());
    [all...]
SemaInit.cpp 380 Entity.getType()->getBaseElementTypeUnsafe()->isRecordType();
    [all...]
SemaExceptionSpec.cpp 113 if (!(PointeeT->isRecordType() &&
683 bool SubIsClass = CanonicalSubT->isRecordType();
712 if (!SubIsClass || !CanonicalSuperT->isRecordType())
    [all...]
SemaOverload.cpp     [all...]
SemaCast.cpp 325 if (!destType->isRecordType() && !srcType->isRecordType())
    [all...]
SemaExprCXX.cpp     [all...]
SemaPseudoObject.cpp 762 if (!S.getLangOpts().CPlusPlus || !op->getType()->isRecordType()) {
768 if (!S.getLangOpts().CPlusPlus || !paramType->isRecordType()) {
    [all...]
SemaCXXScopeSpec.cpp 307 if (TD->getUnderlyingType()->isRecordType())
    [all...]
SemaObjCProperty.cpp     [all...]
SemaDecl.cpp 252 if (ObjectType->isRecordType())
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /external/clang/lib/Analysis/
UninitializedValues.cpp 41 return ty->isScalarType() || ty->isVectorType() || ty->isRecordType();
351 if (VD->getType()->isRecordType()) return nullptr;
447 if (!CE->getArg(0)->getType()->isRecordType())
  /external/clang/lib/CodeGen/
CGExprConstant.cpp 835 if (ILE->getType()->isRecordType())
904 if (ExprType->isRecordType())
    [all...]
CGClass.cpp     [all...]
CGExprCXX.cpp     [all...]
CGExpr.cpp 326 (Ty->isArrayType() || Ty->isRecordType()) &&
399 if (opaque->getType()->isRecordType()) {
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 78 if (T->isRecordType())
ExprConstant.cpp     [all...]
Expr.cpp 64 E->getType()->isRecordType()) {
78 assert(ME->getBase()->getType()->isRecordType());
    [all...]
Type.cpp 52 else if (ty->isRecordType())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 341 if (T->isRecordType() && !T->isUnionType())
ExprEngineC.cpp 505 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() &&
621 (T->isArrayType() || T->isRecordType() || T->isVectorType() ||
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 286 milliseconds

1 2