Home
last modified time | relevance | path

Searched defs:Lit (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp2739 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCAtExpression() local
3275 ExprResult Lit(ParseStringLiteralExpression()); in ParseObjCStringLiteral() local
3301 ExprResult Lit(Actions.ActOnCharacterConstant(Tok)); in ParseObjCCharacterLiteral() local
3315 ExprResult Lit(Actions.ActOnNumericConstant(Tok)); in ParseObjCNumericLiteral() local
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp1574 StringLiteral *Lit = StringLiteral::Create(Context, Literal.GetString(), in ActOnStringLiteral() local
3115 Expr *Lit = new (Context) CharacterLiteral(Literal.getValue(), Kind, Ty, in ActOnCharacterConstant() local
3267 Expr *Lit; in ActOnNumericConstant() local
3289 Expr *Lit = StringLiteral::Create( in ActOnNumericConstant() local
HDSemaDeclCXX.cpp11887 StringLiteral *Lit = cast<StringLiteral>(LangStr); in ActOnStartLinkageSpecification() local
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprConstant.cpp2033 static APSInt extractStringLiteralCharacter(EvalInfo &Info, const Expr *Lit, in extractStringLiteralCharacter()
2053 static void expandStringLiteral(EvalInfo &Info, const Expr *Lit, in expandStringLiteral()
2727 APValue Lit; in handleLValueToRValueConversion() local
HDExpr.cpp3311 const IntegerLiteral *Lit = dyn_cast<IntegerLiteral>(this); in isNullPointerConstant() local