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

/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp4632 Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(IntSize, flag), local
4634 InitExprs.push_back(FlagExp);
H A DRewriteModernObjC.cpp2484 Expr *FlagExp = IntegerLiteral::Create(*Context, local
2488 CK_BitCast, FlagExp);
5122 Expr *FlagExp = IntegerLiteral::Create(*Context, llvm::APInt(IntSize, flag), local
5124 InitExprs.push_back(FlagExp);

Completed in 43 milliseconds