Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1290 Visit(CE->getAPValueResult(), CE->getType()); in VisitConstantExpr()
H A DTextNodeDumper.cpp943 [=] { Visit(Node->getAPValueResult(), Node->getType()); }); in VisitConstantExpr()
H A DExpr.cpp364 APValue ConstantExpr::getAPValueResult() const { in getAPValueResult() function in ConstantExpr
H A DASTImporter.cpp6864 auto ToResult = importChecked(Err, E->getAPValueResult()); in VisitConstantExpr()
H A DExprConstant.cpp7351 return DerivedSuccess(E->getAPValueResult(), E); in VisitConstantExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp1376 emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), RetType); in tryEmitConstantExpr()
H A DCodeGenModule.cpp2508 ID.Add(cast<clang::ConstantExpr>(E)->getAPValueResult()); in EmitAnnotationArgs()
2519 return ConstEmiter.emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), in EmitAnnotationArgs()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1106 APValue getAPValueResult() const;