Home
last modified time | relevance | path

Searched refs:getResultAsAPSInt (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAttr.cpp410 llvm::APSInt SecondValue = CASA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()
412 FirstValue = CAFA->getResultAsAPSInt(); in CheckForDuplicateLoopAttrs()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGLoopInfo.cpp816 llvm::APSInt ArgVal = CE->getResultAsAPSInt(); in push()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExprCXX.h4453 auto Index = CE->getResultAsAPSInt(); in getSelectedIndex()
H A DExpr.h1156 llvm::APSInt getResultAsAPSInt() const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4006 auto Index = CE->getResultAsAPSInt(); in getSelectedIndex()
H A DExpr.cpp401 llvm::APSInt ConstantExpr::getResultAsAPSInt() const { in getResultAsAPSInt() function in ConstantExpr