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

References

tools/clang/include/clang/AST/APValue.h
  364   bool isComplexInt() const { return Kind == ComplexInt; }
  623     Kind = ComplexInt;
tools/clang/lib/AST/APValue.cpp
  260   case ComplexInt:
  316   else if (Kind == ComplexInt)
  358   case ComplexInt:
  419   case ComplexInt:
  505   case APValue::ComplexInt:
tools/clang/lib/AST/ASTImporter.cpp
 6474       Kind == APValue::ComplexInt)
tools/clang/lib/AST/ExprConstant.cpp
 2301   case APValue::ComplexInt:
 3825     case APValue::ComplexInt:
 3956     case APValue::ComplexInt:
 6213     case APValue::ComplexInt:
tools/clang/lib/CodeGen/CGExprConstant.cpp
 2025   case APValue::ComplexInt: {
tools/clang/lib/Sema/SemaTemplate.cpp
 6542     case APValue::ComplexInt:
tools/clang/lib/Serialization/ASTReader.cpp
 9619   case APValue::ComplexInt: {
tools/clang/lib/Serialization/ASTWriter.cpp
 5480   case APValue::ComplexInt: {