Home
last modified time | relevance | path

Searched refs:EmbedDataStorage (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h4827 struct EmbedDataStorage { struct
4861 EmbedDataStorage *Data;
4866 EmbedExpr(const ASTContext &Ctx, SourceLocation Loc, EmbedDataStorage *Data,
4875 EmbedDataStorage *getData() const { return Data; } in getData()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1326 EmbedDataStorage *Data = new (Record.getContext()) EmbedDataStorage; in VisitEmbedExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2377 EmbedDataStorage *Data, unsigned Begin, in EmbedExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16570 EmbedDataStorage *Data = new (Context) EmbedDataStorage; in ActOnEmbedExpr()