Searched refs:FlagExp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp2604 Expr *FlagExp = IntegerLiteral::Create(*Context, local
2608 CK_BitCast, FlagExp);
5386 Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(IntSize, flag), local
5388 InitExprs.push_back(FlagExp);
H A DRewriteObjC.cpp4524 Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(IntSize, flag), local
4526 InitExprs.push_back(FlagExp);

Completed in 201 milliseconds