Searched defs:DeclOrigin (Results 1 – 1 of 1) sorted by relevance
218 struct DeclOrigin { struct221 DeclOrigin(clang::ASTContext *_ctx, clang::Decl *_decl) in DeclOrigin() argument227 DeclOrigin(const DeclOrigin &rhs) { in DeclOrigin() function237 bool Valid() const { return (ctx != nullptr || decl != nullptr); } in Valid()239 clang::ASTContext *ctx = nullptr;240 clang::Decl *decl = nullptr;