Searched refs:getDefinition (Results 51 - 75 of 78) sorted by relevance

1234

/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp856 RD = RD->getDefinition();
3612 RD = RD->getDefinition();
6851 if (ObjCProtocolDecl *Def = PDecl->getDefinition())
7505 RD = RD->getDefinition();
H A DRewriteObjC.cpp5104 if (ObjCProtocolDecl *Def = PDecl->getDefinition())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1100 if (!MD || MD->getDefinition().isUndefined())
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclTemplate.cpp1110 VarTemplateDecl *VarTemplateDecl::getDefinition() { function in class:VarTemplateDecl
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjCProperty.cpp853 if (const ObjCProtocolDecl *PDecl = PI->getDefinition())
860 if (const ObjCProtocolDecl *PDecl = PI->getDefinition())
H A DSemaDeclCXX.cpp2399 Base = Base->getDefinition();
2456 ((BaseDecl = BaseDecl->getDefinition()) &&
2510 BaseDecl = BaseDecl->getDefinition();
5017 CXXRecordDecl *ClassDecl = Constructor->getParent()->getDefinition();
5579 const CXXRecordDecl *Def = RD->getDefinition();
11065 Info->Record = Info->Record->getDefinition();
17172 CXXRecordDecl *Class = VTableUses[I].first->getDefinition();
H A DSemaDeclAttr.cpp3925 if (!RD->getDefinition()->isCompleteDefinition())
3942 Diag(RD->getDefinition()->getLocation(), diag::note_defined_here) << RD;
5431 if (RD && RD->getDefinition()) {
5432 RD = RD->getDefinition();
H A DSemaChecking.cpp7901 if (!RD || !RD->getDefinition())
9344 RD = RD ? RD->getDefinition() : nullptr;
H A DSemaExprObjC.cpp1401 PDecl = PDecl->getDefinition();
H A DSemaOpenMP.cpp14603 TyRec->getDecl()->getDefinition()) {
14979 VarDecl *VDDef = VD->getDefinition();
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp2922 (CurFD->isDefined() ? CurFD->getDefinition() : CurFD)};
3154 if (const FunctionDecl *FDDef = FD->getDefinition()) {
4489 if (VD->getDefinition() && TSK == TSK_ExplicitInstantiationDefinition)
H A DCGExpr.cpp2600 VD = VD->getDefinition(CGF.getContext());
4119 for (auto F : Rec->getDefinition()->fields()) {
H A DCGObjCMac.cpp3078 if (const ObjCProtocolDecl *Def = PD->getDefinition())
7079 PD = PD->getDefinition();
H A DTargetInfo.cpp9986 const RecordDecl *RD = RT->getDecl()->getDefinition();
10035 if (const EnumDecl *ED = ET->getDecl()->getDefinition()) {
H A DCGCall.cpp2999 const RecordDecl *RD = RTy->getDecl()->getDefinition();
H A DCGOpenMPRuntime.cpp1733 VD = VD->getDefinition(CGM.getContext());
1858 VD = VD->getDefinition(CGM.getContext());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2407 Record.push_back(MacroDefinitions[ME->getDefinition()]);
6007 assert(IFD->getDefinition() && "Category on a class without a definition?");
6009 const_cast<ObjCInterfaceDecl *>(IFD->getDefinition()));
H A DASTReaderDecl.cpp3302 return ED->getASTContext().getLangOpts().CPlusPlus? ED->getDefinition()
3375 // Note that we can't just call getDefinition here because the redeclaration
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp321 if (ID->getDefinition())
H A DCompilerInstance.cpp1390 auto LatestDef = LatestLocalMD->getDefinition();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2390 if (objc_interface_decl->getDefinition())
2592 if (tag_decl->getDefinition())
2623 if (class_interface_decl->getDefinition())
3336 return class_interface_decl->getDefinition() != nullptr;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h534 CXXRecordDecl *getDefinition() const { function in class:clang::CXXRecordDecl
H A DDeclTemplate.h3133 VarTemplateDecl *getDefinition();
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2070 if (!RD->getDefinition() || isRecordEmpty(RD))
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1738 if (record_decl && record_decl->getDefinition()) {

Completed in 927 milliseconds

1234