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

References

tools/clang/lib/AST/Expr.cpp
  650   case Function:
 2204         CurDecl ? PredefinedExpr::ComputeName(PredefinedExpr::Function, CurDecl)
tools/clang/lib/Sema/SemaExpr.cpp
 3257   case tok::kw___FUNCTION__: IK = PredefinedExpr::Function; break;
tools/clang/tools/extra/clang-tidy/bugprone/LambdaFunctionNameCheck.cpp
   76       E->getIdentKind() != PredefinedExpr::Function) {