Searched refs:CondRange (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/TableGen/ |
| H A D | Record.cpp | 2092 ArrayRef<Init *> CondRange, in ProfileCondOpInit() argument 2095 assert(CondRange.size() == ValRange.size() && in ProfileCondOpInit() 2098 ArrayRef<Init *>::iterator Case = CondRange.begin(); in ProfileCondOpInit() 2101 while (Case != CondRange.end()) { in ProfileCondOpInit() 2114 CondOpInit *CondOpInit::get(ArrayRef<Init *> CondRange, in get() argument 2116 assert(CondRange.size() == ValRange.size() && in get() 2120 ProfileCondOpInit(ID, CondRange, ValRange, Ty); in get() 2128 totalSizeToAlloc<Init *>(2 * CondRange.size()), alignof(BitsInit)); in get() 2129 CondOpInit *I = new(Mem) CondOpInit(CondRange.size(), Ty); in get() 2131 std::uninitialized_copy(CondRange.begin(), CondRange.end(), in get() [all …]
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 10586 SourceRange &CondRange, Expr *&Cond) { in isEnableIf() argument 10614 CondRange = EnableIfTSTLoc.getArgLoc(0).getSourceRange(); in isEnableIf() 10705 SourceRange CondRange; in CheckTypenameType() local 10707 if (Ctx && isEnableIf(QualifierLoc, II, CondRange, Cond)) { in CheckTypenameType() 10723 Diag(CondRange.getBegin(), in CheckTypenameType() 10725 << Ctx << CondRange; in CheckTypenameType()
|