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

1 2

  /external/clang/lib/StaticAnalyzer/Checkers/
CastToStructChecker.cpp 58 if (!OrigPointeeTy->isRecordType()) {
  /external/chromium_org/ppapi/tests/clang/
find_affected_interfaces.cc 72 } else if (type_to_check.isRecordType()) {
  /external/clang/lib/Sema/
SemaExprMember.cpp 466 PT->getPointeeType()->isRecordType())) {
737 assert(baseVariable->getType()->isRecordType());
    [all...]
SemaExceptionSpec.cpp 86 if (!(PointeeT->isRecordType() &&
619 bool SubIsClass = CanonicalSubT->isRecordType();
650 if (!SubIsClass || !CanonicalSuperT->isRecordType())
    [all...]
SemaInit.cpp 615 else if (T->isRecordType())
659 if (T->isArrayType() || T->isRecordType()) {
771 } else if (DeclType->isRecordType()) {
    [all...]
SemaCast.cpp 327 if (!destType->isRecordType() && !srcType->isRecordType())
    [all...]
SemaOverload.cpp     [all...]
SemaExprCXX.cpp     [all...]
SemaPseudoObject.cpp 719 if (!S.getLangOpts().CPlusPlus || !op->getType()->isRecordType()) {
721 if (!S.getLangOpts().CPlusPlus || !paramType->isRecordType()) {
    [all...]
SemaCXXScopeSpec.cpp 268 if (TD->getUnderlyingType()->isRecordType() ||
    [all...]
SemaDecl.cpp 143 if (ObjectType->isRecordType())
    [all...]
SemaDeclCXX.cpp     [all...]
SemaObjCProperty.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 470 if (AMgr.getLangOpts().CPlusPlus && VD->getType()->isRecordType() &&
584 (T->isArrayType() || T->isRecordType() || T->isVectorType() ||
    [all...]
SymbolManager.cpp 346 if (T->isRecordType() && !T->isUnionType())
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 129 return VD->getType()->isRecordType();
140 return VD->getType()->isRecordType();
152 return CE->getCallReturnType()->isRecordType();
    [all...]
CGException.cpp     [all...]
CGExprConstant.cpp 807 if (ILE->getType()->isRecordType())
    [all...]
CGClass.cpp     [all...]
CGExprAgg.cpp     [all...]
  /external/clang/lib/AST/
ExprClassification.cpp 78 if (T->isRecordType())
Type.cpp 51 else if (ty->isRecordType())
    [all...]
ExprConstant.cpp     [all...]
Expr.cpp 63 E->getType()->isRecordType()) {
77 assert(ME->getBase()->getType()->isRecordType());
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 578 milliseconds

1 2