Home
last modified time | relevance | path

Searched refs:LCD_None (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLambda.h23 LCD_None, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1145 Intro.Default == LCD_None ? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnLambdaExpressionAfterIntroducer()
1379 if (Intro.Default != LCD_None && in ActOnLambdaClosureQualifiers()
1985 return LCD_None; in mapImplicitCaptureStyle()
2174 bool CurHasPreviousCapture = CaptureDefault != LCD_None; in BuildLambdaExpr()
2265 if (Captures.empty() && CaptureDefault == LCD_None) in BuildLambdaExpr()
H A DSemaDecl.cpp8410 if (RD->getLambdaCaptureDefault() == LCD_None) { in CheckShadow()
15822 if (LCD == LCD_None) in RebuildLambdaScopeInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2859 LambdaCaptureDefault Default = LCD_None;
2865 return Captures.size() > 0 || Default != LCD_None; in hasLambdaCapture()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtPrinter.cpp2324 case LCD_None: in VisitLambdaExpr()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclCXX.h1076 return getLambdaCaptureDefault() == LCD_None && capture_size() == 0; in isCapturelessLambda()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseExprCXX.cpp872 Intro.Default == LCD_None) { in ParseLambdaIntroducer()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp2183 D, nullptr, CXXRecordDecl::LDK_Unknown, false, LCD_None); in ReadCXXRecordDefinition()