Searched refs:ParentDecl (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Extract/
H A DExtract.cpp100 const Decl *ParentDecl = Code.getFunctionLikeNearestParent(); local
101 assert(ParentDecl && "missing parent");
137 computeFunctionExtractionLocation(ParentDecl);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp114 const NamedDecl *ParentDecl = getParentFunctionDecl(ND); local
115 if ((ParentDecl && ignoreDecl(ParentDecl)) || ignoreDecl(ND))
132 MangledSymbol(getMangledNames(ParentDecl).front(),
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5261 auto *ParentDecl = cast<RecordDecl>(CurContext); local
5266 FieldDecl::Create(Context, ParentDecl, DS.getBeginLoc(), DS.getBeginLoc(),
5287 ParentDecl->setInvalidDecl();
6910 const CXXRecordDecl *ParentDecl = dyn_cast<CXXRecordDecl>(Ctxt); local
6911 if (ParentDecl && !ParentDecl->getDeclName()) {
6912 AnonStruct = ParentDecl;

Completed in 258 milliseconds