Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4868 explicit EmbedExpr(EmptyShell Empty) : Expr(SourceLocExprClass, Empty) {} in EmbedExpr() function
4892 friend class EmbedExpr; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2376 EmbedExpr::EmbedExpr(const ASTContext &Ctx, SourceLocation Loc, in EmbedExpr() function in EmbedExpr