Searched refs:Delayed (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/modernize/ |
| H A D | pass-by-value.rst | 125 of inner classes of template classes, etc., are not transformed. Delayed 129 Delayed template parsing can be enabled using the `-fdelayed-template-parsing`
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ScheduleDAGFast.cpp | 561 bool Delayed = false; in ListScheduleBottomUp() local 568 Delayed = true; in ListScheduleBottomUp() 579 if (Delayed && !CurSU) { in ListScheduleBottomUp()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | AnalysisBasedWarnings.cpp | 1649 for (const PartialDiagnosticAt &Delayed : DelayedBlockWarnings[Block]) in flushWarnings() local 1650 S.Diag(Delayed.first, Delayed.second); in flushWarnings()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 1948 bool Delayed, 3226 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed = false,
|
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseOpenMP.cpp | 2039 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument 2048 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl() 2291 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
|
| H A D | ParseDecl.cpp | 6775 bool Delayed = D.isFirstDeclarationOfMember() && in ParseFunctionDeclarator() local 6777 if (Delayed && Actions.isLibstdcxxEagerExceptionSpecHack(D) && in ParseFunctionDeclarator() 6792 Delayed = false; in ParseFunctionDeclarator() 6794 ESpecType = tryParseExceptionSpecification(Delayed, in ParseFunctionDeclarator()
|
| H A D | ParseDeclCXX.cpp | 3776 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument 3784 if (Delayed) { in tryParseExceptionSpecification()
|