Searched refs:BestCase (Results 1 – 7 of 7) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3335 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 3348 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 5058 Sema::mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, in mergeMSInheritanceAttr() argument 5072 if (checkMSInheritanceAttrOnDefinition(RD, Range, BestCase, in mergeMSInheritanceAttr() 5090 MSInheritanceAttr(Range, Context, BestCase, AttrSpellingListIndex); in mergeMSInheritanceAttr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaDeclAttr.cpp | 3981 CXXRecordDecl *RD, SourceRange Range, bool BestCase, in checkMSInheritanceAttrOnDefinition() argument 3994 if (BestCase) { in checkMSInheritanceAttrOnDefinition() 6909 bool BestCase, in mergeMSInheritanceAttr() argument 6922 if (checkMSInheritanceAttrOnDefinition(RD, CI.getRange(), BestCase, in mergeMSInheritanceAttr() 6939 return ::new (Context) MSInheritanceAttr(Context, CI, BestCase); in mergeMSInheritanceAttr()
|
D | SemaType.cpp | 8545 bool BestCase = false; in assignInheritanceModel() local 8548 BestCase = true; in assignInheritanceModel() 8566 S.getASTContext(), BestCase, Loc, AttributeCommonInfo::AS_Microsoft, in assignInheritanceModel()
|
/external/clang/include/clang/Basic/ |
D | Attr.td | 2140 let Args = [DefaultBoolArgument<"BestCase", 1>];
|
/external/clang/include/clang/Sema/ |
D | Sema.h | 2185 mergeMSInheritanceAttr(Decl *D, SourceRange Range, bool BestCase, 3023 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Sema.h | 3171 bool BestCase, 4154 CXXRecordDecl *RD, SourceRange Range, bool BestCase,
|
/external/llvm-project/clang/include/clang/Basic/ |
D | Attr.td | 3271 let Args = [DefaultBoolArgument<"BestCase", /*default*/1, /*fake*/1>];
|