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

Declarations

gen/tools/clang/include/clang/AST/StmtNodes.inc
  991 FIXEDPOINTLITERAL(FixedPointLiteral, Expr)

References

tools/clang/include/clang/AST/Expr.h
 1470       : Expr(FixedPointLiteralClass, Empty) {}
 1491     return T->getStmtClass() == FixedPointLiteralClass;
tools/clang/lib/AST/Expr.cpp
  938     : Expr(FixedPointLiteralClass, type, VK_RValue, OK_Ordinary, false, false,
 3378   case FixedPointLiteralClass:
tools/clang/lib/AST/ExprClassification.cpp
  163   case Expr::FixedPointLiteralClass:
tools/clang/lib/AST/ExprConstant.cpp
13938   case Expr::FixedPointLiteralClass:
tools/clang/lib/AST/ItaniumMangle.cpp
 3669   case Expr::FixedPointLiteralClass:
tools/clang/lib/Sema/SemaExceptionSpec.cpp
 1306   case Expr::FixedPointLiteralClass:
tools/clang/lib/Sema/TreeTransform.h
 9326   return E;
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
 1384     case Stmt::FixedPointLiteralClass:
tools/clang/tools/libclang/CXCursor.cpp
  335   case Stmt::FixedPointLiteralClass: