Home
last modified time | relevance | path

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

12

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclObjC.h1015 assert(hasDefinition() && "Caller did not check for forward reference!"); in getReferencedProtocols()
1043 if (!hasDefinition()) in protocol_begin()
1053 if (!hasDefinition()) in protocol_end()
1070 if (!hasDefinition()) in protocol_loc_begin()
1081 if (!hasDefinition()) in protocol_loc_end()
1099 if (!hasDefinition()) in all_referenced_protocol_begin()
1111 if (!hasDefinition()) in all_referenced_protocol_end()
1200 bool hasDefinition() const { in hasDefinition() function
1220 return hasDefinition()? Data.getPointer()->Definition : nullptr; in getDefinition()
1227 return hasDefinition()? Data.getPointer()->Definition : nullptr; in getDefinition()
[all …]
HDDecl.h1008 DefinitionKind hasDefinition(ASTContext &) const;
1009 DefinitionKind hasDefinition() const { in hasDefinition() function
1010 return hasDefinition(getASTContext()); in hasDefinition()
HDDeclCXX.h680 bool hasDefinition() const { return DefinitionData.get(); } in hasDefinition() function
1676 (hasDefinition() && isPolymorphic()); in nullFieldOffsetIsZero()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclObjC.cpp273 if (!hasDefinition()) in getSuperClass()
306 if (!hasDefinition()) in FindPropertyVisibleInPrimaryClass()
519 assert(!hasDefinition() && "ObjC class already has a definition"); in allocateDefinitionData()
541 if (!hasDefinition()) in lookupInstanceVariable()
572 if (!hasDefinition()) in lookupInheritedClass()
607 if (!hasDefinition()) in lookupMethod()
662 if (!hasDefinition()) in lookupPrivateMethod()
1354 assert(hasDefinition() && in setExternallyCompleted()
1435 if (!hasDefinition()) in all_declared_ivar_begin()
1507 if (!hasDefinition()) in FindCategoryDeclaration()
[all …]
HDMicrosoftCXXABI.cpp147 if (!hasDefinition() || isParsingBaseSpecifiers()) in calculateInheritanceModel()
HDType.cpp1917 return !Interface->hasDefinition(); in isIncompleteType()
3619 if (record && record->hasDefinition() && !record->hasTrivialDestructor()) in isDestructedTypeImpl()
HDDecl.cpp1996 VarDecl::DefinitionKind VarDecl::hasDefinition(ASTContext &C) const { in hasDefinition() function in VarDecl
3432 cast<CXXRecordDecl>(this)->hasDefinition()) && in completeDefinition()
HDDeclCXX.cpp979 if (!hasDefinition()) in isCLike()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCocoaConventions.cpp81 if (!ID->hasDefinition()) in isCocoaObjectRef()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaFixItUtils.cpp210 if (!RD || !RD->hasDefinition()) in getFixItZeroInitializerForType()
HDSemaDeclObjC.cpp67 if (!resultClass->hasDefinition()) { in checkInitMethod()
978 if (!IDecl->hasDefinition()) in ActOnStartClassInterface()
1090 if (!PDecl->hasDefinition()) in CheckForwardProtocolDeclarationForCircularDependency()
1169 if (!PDecl->hasDefinition() || PDecl->getDefinition()->isHidden()) { in NestedProtocolHasNoDefinition()
1785 if (IDecl && IDecl->hasDefinition()) { in ActOnStartCategoryImplementation()
1885 if (SDecl && !SDecl->hasDefinition()) in ActOnStartClassImplementation()
1925 if (!IDecl->hasDefinition()) in ActOnStartClassImplementation()
3816 if (!protocol->hasDefinition()) in searchFrom()
3848 if (!iface->hasDefinition()) in searchFrom()
HDSema.cpp476 if (cast<VarDecl>(ND)->hasDefinition() != VarDecl::DeclarationOnly) in getUndefinedButUsed()
577 if (R->hasDefinition()) in MethodsAndNestedClassesComplete()
HDSemaCodeComplete.cpp3547 if (Interface->hasDefinition()) in getContainerDef()
3554 if (Protocol->hasDefinition()) in getContainerDef()
5050 if (Protocol->hasDefinition()) { in AddObjCMethods()
5061 if (!IFace || !IFace->hasDefinition()) in AddObjCMethods()
5922 if (!OnlyForwardDeclarations || !Proto->hasDefinition()) in AddProtocolResults()
5988 if ((!OnlyForwardDeclarations || !Class->hasDefinition()) && in AddInterfaceResults()
6286 if (!IFace->hasDefinition()) in FindImplementableMethods()
6332 if (!Protocol->hasDefinition()) in FindImplementableMethods()
HDSemaCXXScopeSpec.cpp540 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() || in BuildCXXNestedNameSpecifier()
HDSemaExprObjC.cpp218 } else if (!S.NSNumberDecl->hasDefinition()) { in getNSNumberFactoryMethod()
485 } else if (!NSStringDecl->hasDefinition()) { in BuildObjCBoxedExpr()
603 } else if (!NSValueDecl->hasDefinition()) { in BuildObjCBoxedExpr()
1228 if (PDecl->hasDefinition()) in ParseObjCProtocolExpression()
HDSemaAccess.cpp289 if (Derived->isDependentContext() && !Derived->hasDefinition()) in IsDerivedFromInclusive()
HDSemaLookup.cpp2255 if (!Class->hasDefinition()) in addAssociatedClassesAndNamespaces()
3238 if (!Record->hasDefinition()) in LookupVisibleDecls()
/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDSemaInternal.h75 if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly && in MarkVarDeclODRUsed()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTImporter.cpp708 if (!to_objc_interface->hasDefinition()) in ImportDefinitionTo()
865 (to_interface_decl->hasDefinition() ? " HasDefinition" : "")); in Imported()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDStore.cpp320 if (!TargetType->isVoidType() && MRClass->hasDefinition()) { in evalDynamicCast()
HDCallEvent.cpp447 if (!RD || !RD->hasDefinition()) in getRuntimeDefinition()
/NextBSD/contrib/llvm/tools/clang/lib/ARCMigrate/
HDTransforms.cpp62 if (!AllowOnUnknownClass && !Class->hasDefinition()) in canApplyWeak()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDItaniumCXXABI.cpp2057 if (isThreadWrapperReplaceable(VD, CGM) && !VD->hasDefinition()) in EmitThreadLocalInitFuncs()
2073 if (VD->hasDefinition()) { in EmitThreadLocalInitFuncs()
2415 if (!RD->hasDefinition()) in ShouldUseExternalRTTIDescriptor()
2566 if (!RD->hasDefinition() || !RD->getNumBases()) { in BuildVTablePointer()
2779 if (!RD->hasDefinition() || !RD->getNumBases()) { in BuildTypeInfo()
HDCGExprCXX.cpp1460 if (RD->hasDefinition() && !RD->hasTrivialDestructor()) { in EmitObjectDelete()
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp804 if (!Declaration->hasDefinition()) in classIsDerivedFrom()

12