Home
last modified time | relevance | path

Searched refs:getEnclosingFunction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DInputSection.h254 Defined *getEnclosingFunction(uint64_t offset) const { in getEnclosingFunction() function
H A DInputSection.cpp310 if (Defined *d = getEnclosingFunction(offset)) in getLocation()
1266 if (Defined *f = getEnclosingFunction(rel.offset)) { in adjustSplitStackFunctionPrologues()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2527 FunctionScopeInfo *Sema::getEnclosingFunction() const { in getEnclosingFunction() function in Sema
H A DSemaExprObjC.cpp3132 ? SemaRef.getEnclosingFunction() in BuildInstanceMessage()
H A DSemaOpenMP.cpp22237 FunctionScopeInfo *ParentFn = SemaRef.getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart()
22491 FunctionScopeInfo *ParentFn = SemaRef.getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1059 sema::FunctionScopeInfo *getEnclosingFunction() const;