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.h5021 struct EmbedDataStorage { struct
5058 EmbedDataStorage *Data;
5063 EmbedExpr(const ASTContext &Ctx, SourceLocation Loc, EmbedDataStorage *Data,
5073 EmbedDataStorage *getData() const { return Data; } in getData()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1340 EmbedDataStorage *Data = new (Record.getContext()) EmbedDataStorage; in VisitEmbedExpr()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp2394 EmbedDataStorage *Data, unsigned Begin, in EmbedExpr()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp16940 EmbedDataStorage *Data = new (Context) EmbedDataStorage; in ActOnEmbedExpr()