Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h240 struct DeclOrigin { struct
243 DeclOrigin(clang::ASTContext *_ctx, clang::Decl *_decl) in DeclOrigin() function
249 DeclOrigin(const DeclOrigin &rhs) { in DeclOrigin() argument
259 bool Valid() const { return (ctx != nullptr || decl != nullptr); } in Valid()
261 clang::ASTContext *ctx = nullptr;
262 clang::Decl *decl = nullptr;