Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1289 Visit(CE->getAPValueResult(), CE->getType()); in VisitConstantExpr()
DTextNodeDumper.cpp941 [=] { Visit(Node->getAPValueResult(), Node->getType()); }); in VisitConstantExpr()
DExpr.cpp362 APValue ConstantExpr::getAPValueResult() const { in getAPValueResult() function in ConstantExpr
DASTImporter.cpp6738 auto ToResult = importChecked(Err, E->getAPValueResult()); in VisitConstantExpr()
DExprConstant.cpp7340 return DerivedSuccess(E->getAPValueResult(), E); in VisitConstantExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp1375 emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), RetType); in tryEmitConstantExpr()
DCodeGenModule.cpp2403 ID.Add(cast<clang::ConstantExpr>(E)->getAPValueResult()); in EmitAnnotationArgs()
2414 return ConstEmiter.emitAbstract(CE->getBeginLoc(), CE->getAPValueResult(), in EmitAnnotationArgs()
/external/llvm-project/clang/include/clang/AST/
DExpr.h1106 APValue getAPValueResult() const;