Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclCXX.cpp4484 struct AbstractUsageInfo { struct
4485 Sema &S;
4486 CXXRecordDecl *Record;
4487 CanQualType AbstractType;
4488 bool Invalid;
4490 AbstractUsageInfo(Sema &S, CXXRecordDecl *Record) in AbstractUsageInfo() function
4496 void DiagnoseAbstractType() { in DiagnoseAbstractType()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp5690 struct AbstractUsageInfo { struct
5691 Sema &S;
5692 CXXRecordDecl *Record;
5693 CanQualType AbstractType;
5694 bool Invalid;
5696 AbstractUsageInfo(Sema &S, CXXRecordDecl *Record) in AbstractUsageInfo() argument
5702 void DiagnoseAbstractType() { in DiagnoseAbstractType()