Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp9883 Optional<llvm::APSInt> TheInt; in mergeTypes() local
9885 if (E && (TheInt = E->getIntegerConstantExpr(*this))) in mergeTypes()
9886 return std::make_pair(true, *TheInt); in mergeTypes()