reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
861 void AddAPSInt(const llvm::APSInt &Value);
5468 AddAPSInt(Value.getInt()); 5477 AddAPSInt(Value.getFixedPoint().getValue()); 5481 AddAPSInt(Value.getComplexIntReal()); 5482 AddAPSInt(Value.getComplexIntImag()); 6044 AddAPSInt(Arg.getAsIntegral());tools/clang/lib/Serialization/ASTWriterDecl.cpp
515 Record.AddAPSInt(D->getInitVal());