Home
last modified time | relevance | path

Searched refs:getAPValueResult (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp1342 Visit(CE->getAPValueResult(), CE->getType()); in VisitConstantExpr()
H A DTextNodeDumper.cpp999 [=] { Visit(Node->getAPValueResult(), Node->getType()); }); in VisitConstantExpr()
H A DExpr.cpp382 APValue ConstantExpr::getAPValueResult() const { in getAPValueResult() function in ConstantExpr
H A DASTImporter.cpp7123 auto ToResult = importChecked(Err, E->getAPValueResult()); in VisitConstantExpr()
H A DExprConstant.cpp7433 return DerivedSuccess(E->getAPValueResult(), E); in VisitConstantExpr()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp1405 emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), RetType); in tryEmitConstantExpr()
H A DCodeGenModule.cpp2756 ID.Add(cast<clang::ConstantExpr>(E)->getAPValueResult()); in EmitAnnotationArgs()
2767 return ConstEmiter.emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), in EmitAnnotationArgs()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExpr.h1116 APValue getAPValueResult() const;