Home
last modified time | relevance | path

Searched defs:EmbedExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/include/clang/AST/
H A DExpr.h4849 explicit EmbedExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} EmbedExpr() function
4873 friend class EmbedExpr; global() variable
[all...]
/llvm-project/clang/lib/AST/
H A DExpr.cpp2376 EmbedExpr::EmbedExpr(const ASTContext &Ctx, SourceLocation Loc, EmbedExpr() function in EmbedExpr