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

/external/clang/include/clang/AST/
H A DExprCXX.h365 class UserDefinedLiteral : public CallExpr { class in namespace:clang
370 UserDefinedLiteral(const ASTContext &C, Expr *Fn, ArrayRef<Expr*> Args, function in class:clang::UserDefinedLiteral
375 explicit UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) function in class:clang::UserDefinedLiteral
397 return const_cast<UserDefinedLiteral*>(this)->getCookedLiteral();

Completed in 122 milliseconds