reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 1474   sema::FunctionScopeInfo *getEnclosingFunction() const;

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 8495       getEnclosingFunction()->HasPotentialAvailabilityViolations = true;
tools/clang/lib/Sema/SemaExpr.cpp
18013     getEnclosingFunction()->HasPotentialAvailabilityViolations = true;
tools/clang/lib/Sema/SemaExprObjC.cpp
 2976       ? getEnclosingFunction() : nullptr;
tools/clang/lib/Sema/SemaOpenMP.cpp
15597     FunctionScopeInfo *ParentFn = getEnclosingFunction();
15849     FunctionScopeInfo *ParentFn = getEnclosingFunction();