Home
last modified time | relevance | path

Searched refs:hasDefinition (Results 1 – 25 of 46) sorted by relevance

12

/external/clang/include/clang/AST/
DDeclObjC.h1255 assert(hasDefinition() && "Caller did not check for forward reference!"); in getReferencedProtocols()
1283 if (!hasDefinition()) in protocol_begin()
1293 if (!hasDefinition()) in protocol_end()
1310 if (!hasDefinition()) in protocol_loc_begin()
1321 if (!hasDefinition()) in protocol_loc_end()
1339 if (!hasDefinition()) in all_referenced_protocol_begin()
1351 if (!hasDefinition()) in all_referenced_protocol_end()
1440 bool hasDefinition() const { in hasDefinition() function
1455 return hasDefinition()? Data.getPointer()->Definition : nullptr; in getDefinition()
1462 return hasDefinition()? Data.getPointer()->Definition : nullptr; in getDefinition()
[all …]
DDecl.h1084 DefinitionKind hasDefinition(ASTContext &) const;
1085 DefinitionKind hasDefinition() const { in hasDefinition() function
1086 return hasDefinition(getASTContext()); in hasDefinition()
DDeclCXX.h685 bool hasDefinition() const { return DefinitionData || dataPtr(); } in hasDefinition() function
1694 (hasDefinition() && isPolymorphic()); in nullFieldOffsetIsZero()
/external/clang/lib/StaticAnalyzer/Checkers/
DDynamicTypeChecker.cpp154 static bool hasDefinition(const ObjCObjectPointerType *ObjPtr) { in hasDefinition() function
188 if (!hasDefinition(DynObjCType) || !hasDefinition(StaticObjCType)) in checkPostStmt()
/external/clang/lib/AST/
DDeclObjC.cpp316 if (!hasDefinition()) in getSuperClass()
350 if (!hasDefinition()) in FindPropertyVisibleInPrimaryClass()
572 assert(!hasDefinition() && "ObjC class already has a definition"); in allocateDefinitionData()
594 if (!hasDefinition()) in lookupInstanceVariable()
625 if (!hasDefinition()) in lookupInheritedClass()
660 if (!hasDefinition()) in lookupMethod()
715 if (!hasDefinition()) in lookupPrivateMethod()
1442 assert(hasDefinition() && in setExternallyCompleted()
1523 if (!hasDefinition()) in all_declared_ivar_begin()
1595 if (!hasDefinition()) in FindCategoryDeclaration()
[all …]
DMicrosoftCXXABI.cpp170 if (!hasDefinition() || isParsingBaseSpecifiers()) in calculateInheritanceModel()
DDeclCXX.cpp743 if (FieldType->hasDefinition() && !FieldType->allowConstDefaultInit()) in addedMember()
1029 if (!hasDefinition()) in isCLike()
/external/v8/tools/clang/blink_gc_plugin/
DCollectVisitor.cpp23 if (record->hasDefinition() && record->isCompleteDefinition()) in VisitCXXRecordDecl()
DRecordInfo.cpp113 if (!record_->hasDefinition()) in IsGCDerived()
221 return record_->hasDefinition(); in HasDefinition()
410 if (!record_->hasDefinition()) in CollectBases()
437 if (!record_->hasDefinition()) in CollectFields()
DBlinkGCPluginConsumer.cpp193 if (info->record()->hasDefinition() && info->record()->isPolymorphic()) { in CheckClass()
289 if (!left_most_base || !left_most_base->hasDefinition()) in CheckPolymorphicClass()
347 if (!left_most || !left_most->hasDefinition()) in GetLeftMostBase()
/external/clang/lib/Analysis/
DCocoaConventions.cpp81 if (!ID->hasDefinition()) in isCocoaObjectRef()
/external/clang/lib/Sema/
DSemaFixItUtils.cpp210 if (!RD || !RD->hasDefinition()) in getFixItZeroInitializerForType()
DSemaDeclObjC.cpp65 if (!resultClass->hasDefinition()) { in checkInitMethod()
999 if (!IDecl->hasDefinition()) in ActOnStartClassInterface()
1111 if (!PDecl->hasDefinition()) in CheckForwardProtocolDeclarationForCircularDependency()
1190 if (!PDecl->hasDefinition() || PDecl->getDefinition()->isHidden()) { in NestedProtocolHasNoDefinition()
1810 if (IDecl && IDecl->hasDefinition()) { in ActOnStartCategoryImplementation()
1919 if (SDecl && !SDecl->hasDefinition()) in ActOnStartClassImplementation()
1959 if (!IDecl->hasDefinition()) in ActOnStartClassImplementation()
4013 if (!protocol->hasDefinition()) in searchFrom()
4045 if (!iface->hasDefinition()) in searchFrom()
DSema.cpp493 if (VD->hasDefinition() != VarDecl::DeclarationOnly) in getUndefinedButUsed()
586 if (R->hasDefinition()) in MethodsAndNestedClassesComplete()
DSemaCodeComplete.cpp3561 if (Interface->hasDefinition()) in getContainerDef()
3568 if (Protocol->hasDefinition()) in getContainerDef()
5071 if (Protocol->hasDefinition()) { in AddObjCMethods()
5082 if (!IFace || !IFace->hasDefinition()) in AddObjCMethods()
5943 if (!OnlyForwardDeclarations || !Proto->hasDefinition()) in AddProtocolResults()
6009 if ((!OnlyForwardDeclarations || !Class->hasDefinition()) && in AddInterfaceResults()
6307 if (!IFace->hasDefinition()) in FindImplementableMethods()
6353 if (!Protocol->hasDefinition()) in FindImplementableMethods()
DSemaCXXScopeSpec.cpp567 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() || in BuildCXXNestedNameSpecifier()
/external/clang/include/clang/Sema/
DSemaInternal.h75 if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly && in MarkVarDeclODRUsed()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in evalDynamicCast()
DCallEvent.cpp497 if (!RD || !RD->hasDefinition()) in getRuntimeDefinition()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2210 if (VD->hasDefinition()) in getOrCreateThreadLocalWrapper()
2264 if (isThreadWrapperReplaceable(VD, CGM) && !VD->hasDefinition()) in EmitThreadLocalInitFuncs()
2279 if (VD->hasDefinition()) { in EmitThreadLocalInitFuncs()
2631 if (!RD->hasDefinition()) in ShouldUseExternalRTTIDescriptor()
2785 if (!RD->hasDefinition() || !RD->getNumBases()) { in BuildVTablePointer()
2999 if (!RD->hasDefinition() || !RD->getNumBases()) { in BuildTypeInfo()
DCodeGenModule.cpp1599 !VD->hasDefinition() && in EmitGlobal()
1805 return EmitGlobalVarDefinition(VD, !VD->hasDefinition()); in EmitGlobalDefinition()
2517 if (!D->hasDefinition()) in EmitGlobalVarDefinition()
3932 Spec->hasDefinition()) in EmitTopLevelDecl()
/external/clang/lib/ARCMigrate/
DTransforms.cpp63 if (!AllowOnUnknownClass && !Class->hasDefinition()) in canApplyWeak()
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp657 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface()
712 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol()
/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp681 if (!record_decl->hasDefinition() || record_decl->hasTrivialDestructor()) in CountType()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp785 if (!Declaration->hasDefinition()) in classIsDerivedFrom()

12