Searched refs:BestCase (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp3887 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
3900 if (BestCase) {
5480 D, AL, /*BestCase=*/true, (MSInheritanceModel)AL.getSemanticSpelling());
6154 bool BestCase,
6167 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase,
6184 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase);
3886 checkMSInheritanceAttrOnDefinition( CXXRecordDecl *RD, SourceRange Range, bool BestCase, MSInheritanceModel ExplicitModel) argument
6153 mergeMSInheritanceAttr(Decl *D, const AttributeCommonInfo &CI, bool BestCase, MSInheritanceModel Model) argument
H A DSemaType.cpp8041 bool BestCase = false; local
8044 BestCase = true;
8062 S.getASTContext(), BestCase, Loc, AttributeCommonInfo::AS_Microsoft,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2877 bool BestCase,
3824 CXXRecordDecl *RD, SourceRange Range, bool BestCase,

Completed in 225 milliseconds