Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lld/ELF/
H A DInputSection.h234 Defined *getEnclosingFunction(uint64_t offset) const { in getEnclosingFunction() function
H A DInputSection.cpp304 if (Defined *d = getEnclosingFunction(offset)) in getLocation()
1197 if (Defined *f = getEnclosingFunction(rel.offset)) { in adjustSplitStackFunctionPrologues()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2360 FunctionScopeInfo *Sema::getEnclosingFunction() const { in getEnclosingFunction() function in Sema
H A DSemaExprObjC.cpp3143 ? SemaRef.getEnclosingFunction() in BuildInstanceMessage()
H A DSemaOpenMP.cpp21339 FunctionScopeInfo *ParentFn = SemaRef.getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart()
21595 FunctionScopeInfo *ParentFn = SemaRef.getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective()
/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h758 sema::FunctionScopeInfo *getEnclosingFunction() const;