Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTImporter.h218 struct DeclOrigin { struct
221 DeclOrigin(clang::ASTContext *_ctx, clang::Decl *_decl) in DeclOrigin() argument
227 DeclOrigin(const DeclOrigin &rhs) { in DeclOrigin() function
237 bool Valid() const { return (ctx != nullptr || decl != nullptr); } in Valid()
239 clang::ASTContext *ctx = nullptr;
240 clang::Decl *decl = nullptr;