reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2718 NamedDecl *getCurFunctionOrMethodDecl();
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.cpp3656 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); 3675 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); 3693 NamedDecl *CurDecl = getCurFunctionOrMethodDecl(); 3701 NamedDecl *CurDecl = getCurFunctionOrMethodDecl();