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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputSection.cpp285 Defined *InputSectionBase::getEnclosingFunction(uint64_t offset) { function in class:InputSectionBase
315 if (Defined *d = getEnclosingFunction<ELFT>(offset))
1181 if (Defined *f = getEnclosingFunction<ELFT>(rel.offset)) {
H A DInputSection.h194 Defined *getEnclosingFunction(uint64_t offset);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAvailability.cpp945 getEnclosingFunction()->HasPotentialAvailabilityViolations = true;
H A DSema.cpp1992 FunctionScopeInfo *Sema::getEnclosingFunction() const { function in class:Sema
H A DSemaExprObjC.cpp3126 ? getEnclosingFunction() : nullptr;
H A DSemaOpenMP.cpp17721 FunctionScopeInfo *ParentFn = getEnclosingFunction();
17973 FunctionScopeInfo *ParentFn = getEnclosingFunction();
H A DSemaExpr.cpp19173 getEnclosingFunction()->HasPotentialAvailabilityViolations = true;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1612 sema::FunctionScopeInfo *getEnclosingFunction() const;

Completed in 404 milliseconds