Home
last modified time | relevance | path

Searched refs:ActOnEmbedExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseInit.cpp454 Res = Actions.ActOnEmbedExpr(StartLoc, BinaryDataArg); in createEmbedExpr()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h7111 ExprResult ActOnEmbedExpr(SourceLocation EmbedKeywordLoc,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16568 ExprResult Sema::ActOnEmbedExpr(SourceLocation EmbedKeywordLoc, in ActOnEmbedExpr() function in Sema