Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaDeclCXX.cpp5891 struct AbstractUsageInfo { struct
5892 Sema &S;
5893 CXXRecordDecl *Record;
5894 CanQualType AbstractType;
5895 bool Invalid;
5897 AbstractUsageInfo(Sema &S, CXXRecordDecl *Record) in AbstractUsageInfo() function
5903 void DiagnoseAbstractType() { in DiagnoseAbstractType()