Searched defs:EmbedExpr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/include/clang/AST/ | ||
H A D | Expr.h | 4849 explicit EmbedExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} EmbedExpr() function |
/llvm-project/clang/lib/AST/ | ||
H A D | Expr.cpp | 2376 EmbedExpr::EmbedExpr(const ASTContext &Ctx, SourceLocation Loc, EmbedExpr() function in EmbedExpr |