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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2718   NamedDecl *getCurFunctionOrMethodDecl();

References

tools/clang/lib/Sema/SemaDeclAttr.cpp
 3173   if (S.getCurFunctionOrMethodDecl()) {
 8494     if (getCurFunctionOrMethodDecl()) {
tools/clang/lib/Sema/SemaExpr.cpp
 3209     currentDecl = getCurFunctionOrMethodDecl();
17107     if (!Stmts.empty() && getCurFunctionOrMethodDecl()) {
18012   if (getCurFunctionOrMethodDecl())
tools/clang/lib/Sema/SemaLookup.cpp
 4747     if (SemaRef.getCurFunctionOrMethodDecl() || SemaRef.getCurBlock()) {
tools/clang/lib/Sema/SemaStmt.cpp
 3656         NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
 3675           NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
 3693           NamedDecl *CurDecl = getCurFunctionOrMethodDecl();
 3701           NamedDecl *CurDecl = getCurFunctionOrMethodDecl();