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

1 2 3

  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 58 if (!OrigPointeeTy->isRecordType()) {
  /external/clang/lib/Sema/
SemaExprMember.cpp 476 PT->getPointeeType()->isRecordType())) {
796 assert(baseVariable->getType()->isRecordType());
    [all...]
SemaInit.cpp 392 Entity.getType()->getBaseElementTypeUnsafe()->isRecordType();
    [all...]
SemaExceptionSpec.cpp 120 if (!(PointeeT->isRecordType() &&
689 bool SubIsClass = CanonicalSubT->isRecordType();
718 if (!SubIsClass || !CanonicalSuperT->isRecordType())
    [all...]
SemaCast.cpp 326 if (!destType->isRecordType() && !srcType->isRecordType())
    [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaPseudoObject.cpp 763 if (!S.getLangOpts().CPlusPlus || !op->getType()->isRecordType()) {
769 if (!S.getLangOpts().CPlusPlus || !paramType->isRecordType()) {
    [all...]
SemaCXXScopeSpec.cpp 334 if (TD->getUnderlyingType()->isRecordType())
    [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 848 if (ILE->getType()->isRecordType())
917 if (ExprType->isRecordType())
    [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 78 if (T->isRecordType())
ExprConstant.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
SymbolManager.cpp 341 if (T->isRecordType() && !T->isUnionType())
ExprEngineC.cpp 516 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() &&
632 (T->isArrayType() || T->isRecordType() || T->isVectorType() ||
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Type.h     [all...]
  /external/clang/lib/Frontend/Rewrite/
RewriteModernObjC.cpp     [all...]

Completed in 620 milliseconds

1 2 3