Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp853 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral() local
854 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/external/llvm-project/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp855 if (const IntegerLiteral *IntE = dyn_cast<IntegerLiteral>(literalE)) in rewriteToNumberLiteral() local
856 isIntZero = !IntE->getValue().getBoolValue(); in rewriteToNumberLiteral()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp13965 getAlignmentAndOffsetFromBinAddOrSub(const Expr *PtrE, const Expr *IntE, in getAlignmentAndOffsetFromBinAddOrSub() argument
13978 if (Optional<llvm::APSInt> IdxRes = IntE->getIntegerConstantExpr(Ctx)) { in getAlignmentAndOffsetFromBinAddOrSub()