Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp5765 struct AbstractUsageInfo { struct
5766 Sema &S;
5767 CXXRecordDecl *Record;
5768 CanQualType AbstractType;
5769 bool Invalid;
5771 AbstractUsageInfo(Sema &S, CXXRecordDecl *Record) in AbstractUsageInfo() argument
5777 void DiagnoseAbstractType() { in DiagnoseAbstractType()