Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclCXX.cpp5844 struct AbstractUsageInfo { struct
5845 Sema &S;
5846 CXXRecordDecl *Record;
5847 CanQualType AbstractType;
5848 bool Invalid;
5850 AbstractUsageInfo(Sema &S, CXXRecordDecl *Record) in AbstractUsageInfo() argument
5856 void DiagnoseAbstractType() { in DiagnoseAbstractType()