Home
last modified time | relevance | path

Searched refs:AddAPValue (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTRecordWriter.h182 void AddAPValue(const APValue &Value) { writeAPValue(Value); } in AddAPValue() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1084 Record.AddAPValue(D->getValue()); in VisitUnnamedGlobalConstantDecl()
1090 Record.AddAPValue(D->getValue()); in VisitTemplateParamObjectDecl()
1297 Record.AddAPValue(*D->getValue()); in VisitLifetimeExtendedTemporaryDecl()
H A DASTWriterStmt.cpp638 Record.AddAPValue(E->APValueResult()); in VisitConstantExpr()
H A DASTWriter.cpp6677 AddAPValue(*VD->getEvaluatedValue()); in AddVarDeclInit()