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

/freebsd-12-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-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DInterfaceStubFunctionsConsumer.cpp113 const NamedDecl *ParentDecl = getParentFunctionDecl(ND); local
114 if ((ParentDecl && ignoreDecl(ParentDecl)) || ignoreDecl(ND))
131 MangledSymbol(getMangledNames(ParentDecl).front(),
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp5125 auto *ParentDecl = cast<RecordDecl>(CurContext); local
5130 FieldDecl::Create(Context, ParentDecl, DS.getBeginLoc(), DS.getBeginLoc(),
5151 ParentDecl->setInvalidDecl();

Completed in 95 milliseconds