Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1374 Visit(CE->getAPValueResult(), CE->getType()); in VisitConstantExpr()
H A DTextNodeDumper.cpp999 [=] { Visit(Node->getAPValueResult(), Node->getType()); }); in VisitConstantExpr()
H A DExpr.cpp465 APValue ConstantExpr::getAPValueResult() const { in getAPValueResult() function in ConstantExpr
H A DASTImporter.cpp7259 auto ToResult = importChecked(Err, E->getAPValueResult()); in VisitConstantExpr()
H A DExprConstant.cpp7446 return DerivedSuccess(E->getAPValueResult(), E); in VisitConstantExpr()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGExprConstant.cpp1403 return emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), RetType); in tryEmitConstantExpr()
H A DCodeGenModule.cpp2886 ID.Add(cast<clang::ConstantExpr>(E)->getAPValueResult()); in EmitAnnotationArgs()
2897 return ConstEmiter.emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), in EmitAnnotationArgs()
/openbsd/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1127 APValue getAPValueResult() const;