Home | History | Annotate | Download | only in Sema

Lines Matching refs:IL

323       IntegerLiteral *IL = dyn_cast<IntegerLiteral>(ArgExp);
324 if(FD && IL) {
326 llvm::APInt ArgValue = IL->getValue();