Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DInputSection.h198 Defined *getEnclosingFunction(uint64_t offset);
DInputSection.cpp287 Defined *InputSectionBase::getEnclosingFunction(uint64_t offset) { in getEnclosingFunction() function in InputSectionBase
317 if (Defined *d = getEnclosingFunction<ELFT>(offset)) in getLocation()
1205 if (Defined *f = getEnclosingFunction<ELFT>(rel.offset)) { in adjustSplitStackFunctionPrologues()
/external/llvm-project/clang/lib/Sema/
DSemaAvailability.cpp945 getEnclosingFunction()->HasPotentialAvailabilityViolations = true; in DiagnoseAvailabilityOfDecl()
DSema.cpp2045 FunctionScopeInfo *Sema::getEnclosingFunction() const { in getEnclosingFunction() function in Sema
DSemaExprObjC.cpp3137 ? getEnclosingFunction() : nullptr; in BuildInstanceMessage()
DSemaOpenMP.cpp17921 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart()
18173 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareMapperDirective()
DSemaExpr.cpp19408 getEnclosingFunction()->HasPotentialAvailabilityViolations = true; in ActOnObjCAvailabilityCheckExpr()
/external/clang/lib/Sema/
DSemaExprObjC.cpp2826 ? getEnclosingFunction() : nullptr; in BuildInstanceMessage()
DSemaOpenMP.cpp11109 FunctionScopeInfo *ParentFn = getEnclosingFunction(); in ActOnOpenMPDeclareReductionDirectiveStart()
/external/clang/include/clang/Sema/
DSema.h1191 sema::FunctionScopeInfo *getEnclosingFunction() const { in getEnclosingFunction() function
/external/llvm-project/clang/include/clang/Sema/
DSema.h1735 sema::FunctionScopeInfo *getEnclosingFunction() const;