Searched defs:DeclOrigin (Results 1 – 1 of 1) sorted by relevance
240 struct DeclOrigin { struct243 DeclOrigin(clang::ASTContext *_ctx, clang::Decl *_decl) in DeclOrigin() function249 DeclOrigin(const DeclOrigin &rhs) { in DeclOrigin() argument259 bool Valid() const { return (ctx != nullptr || decl != nullptr); } in Valid()261 clang::ASTContext *ctx = nullptr;262 clang::Decl *decl = nullptr;