Home
last modified time | relevance | path

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

12

/external/clang/include/clang/AST/
DDeclObjC.h807 assert(hasDefinition() && "Caller did not check for forward reference!"); in getReferencedProtocols()
835 if (!hasDefinition()) in protocol_begin()
845 if (!hasDefinition()) in protocol_end()
862 if (!hasDefinition()) in protocol_loc_begin()
873 if (!hasDefinition()) in protocol_loc_end()
891 if (!hasDefinition()) in all_referenced_protocol_begin()
903 if (!hasDefinition()) in all_referenced_protocol_end()
992 bool hasDefinition() const { in hasDefinition() function
1012 return hasDefinition()? Data.getPointer()->Definition : nullptr; in getDefinition()
1019 return hasDefinition()? Data.getPointer()->Definition : nullptr; in getDefinition()
[all …]
DDecl.h998 DefinitionKind hasDefinition(ASTContext &) const;
999 DefinitionKind hasDefinition() const { in hasDefinition() function
1000 return hasDefinition(getASTContext()); in hasDefinition()
DDeclCXX.h680 bool hasDefinition() const { return DefinitionData.get(); } in hasDefinition() function
1672 (hasDefinition() && isPolymorphic()); in nullFieldOffsetIsZero()
/external/clang/lib/AST/
DDeclObjC.cpp250 if (!hasDefinition()) in FindPropertyVisibleInPrimaryClass()
463 assert(!hasDefinition() && "ObjC class already has a definition"); in allocateDefinitionData()
485 if (!hasDefinition()) in lookupInstanceVariable()
516 if (!hasDefinition()) in lookupInheritedClass()
551 if (!hasDefinition()) in lookupMethod()
606 if (!hasDefinition()) in lookupPrivateMethod()
1194 assert(hasDefinition() && in setExternallyCompleted()
1275 if (!hasDefinition()) in all_declared_ivar_begin()
1347 if (!hasDefinition()) in FindCategoryDeclaration()
1387 if (!hasDefinition()) in ClassImplementsProtocol()
[all …]
DMicrosoftCXXABI.cpp144 if (!hasDefinition() || isParsingBaseSpecifiers()) in calculateInheritanceModel()
DType.cpp947 return !Interface->hasDefinition(); in isIncompleteType()
2456 if (record && record->hasDefinition() && !record->hasTrivialDestructor()) in isDestructedTypeImpl()
DDecl.cpp1977 VarDecl::DefinitionKind VarDecl::hasDefinition(ASTContext &C) const { in hasDefinition() function in VarDecl
3417 cast<CXXRecordDecl>(this)->hasDefinition()) && in completeDefinition()
/external/clang/lib/Analysis/
DCocoaConventions.cpp81 if (!ID->hasDefinition()) in isCocoaObjectRef()
/external/lldb/source/Symbol/
DClangASTImporter.cpp562 if (!to_objc_interface->hasDefinition()) in ImportDefinitionTo()
714 (to_interface_decl->hasDefinition() ? " HasDefinition" : "")); in Imported()
/external/clang/lib/Sema/
DSemaFixItUtils.cpp213 if (!RD || !RD->hasDefinition()) in getFixItZeroInitializerForType()
DSemaDeclObjC.cpp64 if (!resultClass->hasDefinition()) { in checkInitMethod()
508 if (!IDecl->hasDefinition()) in ActOnStartClassInterface()
687 if (!PDecl->hasDefinition()) in CheckForwardProtocolDeclarationForCircularDependency()
764 if (!PDecl->hasDefinition() || PDecl->getDefinition()->isHidden()) { in NestedProtocolHasNoDefinition()
958 if (IDecl && IDecl->hasDefinition()) { in ActOnStartCategoryImplementation()
1057 if (SDecl && !SDecl->hasDefinition()) in ActOnStartClassImplementation()
1095 if (!IDecl->hasDefinition()) in ActOnStartClassImplementation()
2916 if (!protocol->hasDefinition()) in searchFrom()
2948 if (!iface->hasDefinition()) in searchFrom()
DSema.cpp461 if (cast<VarDecl>(ND)->hasDefinition() != VarDecl::DeclarationOnly) in getUndefinedButUsed()
562 if (R->hasDefinition()) in MethodsAndNestedClassesComplete()
DSemaCodeComplete.cpp3488 if (Interface->hasDefinition()) in getContainerDef()
3495 if (Protocol->hasDefinition()) in getContainerDef()
4979 if (Protocol->hasDefinition()) { in AddObjCMethods()
4990 if (!IFace || !IFace->hasDefinition()) in AddObjCMethods()
5845 if (!OnlyForwardDeclarations || !Proto->hasDefinition()) in AddProtocolResults()
5911 if ((!OnlyForwardDeclarations || !Class->hasDefinition()) && in AddInterfaceResults()
6207 if (!IFace->hasDefinition()) in FindImplementableMethods()
6253 if (!Protocol->hasDefinition()) in FindImplementableMethods()
DSemaCXXScopeSpec.cpp540 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() || in BuildCXXNestedNameSpecifier()
DSemaExprObjC.cpp217 } else if (!S.NSNumberDecl->hasDefinition()) { in getNSNumberFactoryMethod()
483 } else if (!NSStringDecl->hasDefinition()) { in BuildObjCBoxedExpr()
1111 if (PDecl->hasDefinition()) in ParseObjCProtocolExpression()
DSemaAccess.cpp289 if (Derived->isDependentContext() && !Derived->hasDefinition()) in IsDerivedFromInclusive()
DSemaLookup.cpp2113 if (!Class->hasDefinition()) in addAssociatedClassesAndNamespaces()
3093 if (!Record->hasDefinition()) in LookupVisibleDecls()
/external/clang/include/clang/Sema/
DSemaInternal.h63 if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly && in MarkVarDeclODRUsed()
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in evalDynamicCast()
DCallEvent.cpp447 if (!RD || !RD->hasDefinition()) in getRuntimeDefinition()
/external/clang/tools/libclang/
DIndexingContext.cpp434 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCInterface()
489 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl(); in handleObjCProtocol()
/external/clang/lib/ARCMigrate/
DTransforms.cpp61 if (!AllowOnUnknownClass && !Class->hasDefinition()) in canApplyWeak()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp2052 if (isThreadWrapperReplaceable(VD, CGM) && !VD->hasDefinition()) in EmitThreadLocalInitFuncs()
2068 if (VD->hasDefinition()) { in EmitThreadLocalInitFuncs()
2410 if (!RD->hasDefinition()) in ShouldUseExternalRTTIDescriptor()
2558 if (!RD->hasDefinition() || !RD->getNumBases()) { in BuildVTablePointer()
2764 if (!RD->hasDefinition() || !RD->getNumBases()) { in BuildTypeInfo()
/external/clang/lib/ASTMatchers/
DASTMatchFinder.cpp804 if (!Declaration->hasDefinition()) in classIsDerivedFrom()
/external/v8/tools/gcmole/
Dgcmole.cc1095 if (!record->hasDefinition()) return false; in IsRawPointerType()

12