Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp10651 std::optional<llvm::APSInt> TheInt; in mergeTypes() local
10653 if (E && (TheInt = E->getIntegerConstantExpr(*this))) in mergeTypes()
10654 return std::make_pair(true, *TheInt); in mergeTypes()