Home
last modified time | relevance | path

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 Dpass-by-value.rst125 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 DScheduleDAGFast.cpp561 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 DAnalysisBasedWarnings.cpp1649 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 DParser.h1948 bool Delayed,
3226 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed = false,
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseOpenMP.cpp2039 AccessSpecifier &AS, ParsedAttributes &Attrs, bool Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl() argument
2048 if (Delayed) { in ParseOpenMPDeclarativeDirectiveWithExtDecl()
2291 Ptr = ParseOpenMPDeclarativeDirectiveWithExtDecl(AS, Attrs, Delayed, in ParseOpenMPDeclarativeDirectiveWithExtDecl()
H A DParseDecl.cpp6775 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 DParseDeclCXX.cpp3776 bool Delayed, SourceRange &SpecificationRange, in tryParseExceptionSpecification() argument
3784 if (Delayed) { in tryParseExceptionSpecification()