Searched refs:getEnclosingFunction (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.h174 Defined *getEnclosingFunction(uint64_t offset);
H A DInputSection.cpp284 Defined *InputSectionBase::getEnclosingFunction(uint64_t offset) { function in class:lld::elf::InputSectionBase
314 if (Defined *d = getEnclosingFunction<ELFT>(offset))
1095 if (Defined *f = getEnclosingFunction<ELFT>(rel.offset)) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp1854 FunctionScopeInfo *Sema::getEnclosingFunction() const { function in class:Sema
H A DSemaExprObjC.cpp3005 ? getEnclosingFunction() : nullptr;
H A DSemaDeclAttr.cpp8768 getEnclosingFunction()->HasPotentialAvailabilityViolations = true;
H A DSemaOpenMP.cpp16209 FunctionScopeInfo *ParentFn = getEnclosingFunction();
16461 FunctionScopeInfo *ParentFn = getEnclosingFunction();
H A DSemaExpr.cpp18148 getEnclosingFunction()->HasPotentialAvailabilityViolations = true;
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1525 sema::FunctionScopeInfo *getEnclosingFunction() const;

Completed in 272 milliseconds