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

12

/external/clang/include/clang/AST/
H A DDeclObjC.h806 assert(hasDefinition() && "Caller did not check for forward reference!");
834 if (!hasDefinition())
844 if (!hasDefinition())
861 if (!hasDefinition())
872 if (!hasDefinition())
890 if (!hasDefinition())
902 if (!hasDefinition())
987 bool hasDefinition() const { function in class:clang::ObjCInterfaceDecl
1007 return hasDefinition()? Data.getPointer()->Definition : nullptr;
1014 return hasDefinition()
1621 bool hasDefinition() const { function in class:clang::ObjCProtocolDecl
[all...]
H A DDecl.h938 DefinitionKind hasDefinition(ASTContext &) const;
939 DefinitionKind hasDefinition() const {
940 return hasDefinition(getASTContext());
H A DDeclCXX.h674 bool hasDefinition() const { return DefinitionData.get(); } function in class:clang::CXXRecordDecl
1654 (hasDefinition() && isPolymorphic());
/external/clang/include/clang/Sema/
H A DSemaInternal.h62 if (Var->hasDefinition(SemaRef.Context) == VarDecl::DeclarationOnly &&
/external/clang/lib/Analysis/
H A DCocoaConventions.cpp81 if (!ID->hasDefinition())
/external/clang/lib/AST/
H A DDeclObjC.cpp249 if (!hasDefinition())
463 assert(!hasDefinition() && "ObjC class already has a definition");
485 if (!hasDefinition())
516 if (!hasDefinition())
551 if (!hasDefinition())
603 if (!hasDefinition())
1180 assert(hasDefinition() &&
1244 if (!hasDefinition())
1316 if (!hasDefinition())
1356 if (!hasDefinition())
[all...]
H A DMicrosoftCXXABI.cpp96 if (!hasDefinition() || isParsingBaseSpecifiers())
H A DType.cpp950 return !Interface->hasDefinition();
2465 if (record && record->hasDefinition() && !record->hasTrivialDestructor())
H A DDeclCXX.cpp972 if (!hasDefinition())
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DRecordInfo.cpp93 if (!record_->hasDefinition())
307 if (!record_->hasDefinition())
334 if (!record_->hasDefinition())
H A DBlinkGCPlugin.cpp193 if (record->hasDefinition() && record->isCompleteDefinition())
959 if (info->record()->hasDefinition() && info->record()->isPolymorphic()) {
1040 if (!left_most_base || !left_most_base->hasDefinition())
1096 if (!left_most || !left_most->hasDefinition())
/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp213 if (!RD || !RD->hasDefinition())
H A DSemaDeclObjC.cpp64 if (!resultClass->hasDefinition()) {
512 if (!IDecl->hasDefinition())
691 if (!PDecl->hasDefinition())
768 if (!PDecl->hasDefinition() || PDecl->getDefinition()->isHidden()) {
962 if (IDecl && IDecl->hasDefinition()) {
1063 if (SDecl && !SDecl->hasDefinition())
1101 if (!IDecl->hasDefinition())
2860 if (!protocol->hasDefinition())
2892 if (!iface->hasDefinition())
H A DSema.cpp443 if (cast<VarDecl>(ND)->hasDefinition() != VarDecl::DeclarationOnly)
545 if (R->hasDefinition())
H A DSemaCodeComplete.cpp3441 if (Interface->hasDefinition())
3448 if (Protocol->hasDefinition())
4834 if (Protocol->hasDefinition()) {
4845 if (!IFace || !IFace->hasDefinition())
5700 if (!OnlyForwardDeclarations || !Proto->hasDefinition())
5766 if ((!OnlyForwardDeclarations || !Class->hasDefinition()) &&
6062 if (!IFace->hasDefinition())
6108 if (!Protocol->hasDefinition())
H A DSemaCXXScopeSpec.cpp495 (!cast<CXXRecordDecl>(LookupCtx)->hasDefinition() ||
/external/lldb/source/Symbol/
H A DClangASTImporter.cpp562 if (!to_objc_interface->hasDefinition())
714 (to_interface_decl->hasDefinition() ? " HasDefinition" : ""));
/external/clang/lib/StaticAnalyzer/Core/
H A DStore.cpp331 if (!TargetType->isVoidType() && MRClass->hasDefinition()) {
H A DCallEvent.cpp447 if (!RD || !RD->hasDefinition())
/external/clang/lib/ARCMigrate/
H A DTransforms.cpp61 if (!AllowOnUnknownClass && !Class->hasDefinition())
/external/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp665 if (!Declaration->hasDefinition())
/external/clang/tools/libclang/
H A DIndexingContext.cpp434 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
489 bool isRedeclaration = D->hasDefinition() || D->getPreviousDecl();
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1890 if (VD->hasDefinition()) {
2226 if (!RD->hasDefinition())
2370 if (!RD->hasDefinition() || !RD->getNumBases()) {
2575 if (!RD->hasDefinition() || !RD->getNumBases()) {
H A DCGExprCXX.cpp1400 if (RD->hasDefinition() && !RD->hasTrivialDestructor()) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc1095 if (!record->hasDefinition()) return false;

Completed in 7085 milliseconds

12