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

References

tools/clang/include/clang/AST/Expr.h
 4295     case Function:
tools/clang/lib/AST/Expr.cpp
 2139   case SourceLocExpr::Function: {
 2163   case Function:
 2201   case SourceLocExpr::Function: {
tools/clang/lib/Parse/ParseExpr.cpp
 2327         return SourceLocExpr::Function;
tools/clang/lib/Sema/TreeTransform.h
10320   bool NeedRebuildFunc = E->getIdentKind() == SourceLocExpr::Function &&