Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DLambda.h23 LCD_None, enumerator
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1059 if (Intro.Default != LCD_None && !Class->getParent()->isFunctionOrMethod() && in ActOnStartOfLambdaDefinition()
1070 = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc; in ActOnStartOfLambdaDefinition()
1685 return LCD_None; in mapImplicitCaptureStyle()
1829 bool CurHasPreviousCapture = CaptureDefault != LCD_None; in BuildLambdaExpr()
1930 if (Captures.empty() && CaptureDefault == LCD_None) in BuildLambdaExpr()
H A DSemaDecl.cpp8220 if (RD->getLambdaCaptureDefault() == LCD_None) { in CheckShadow()
15063 if (LCD == LCD_None) in RebuildLambdaScopeInfo()
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2767 : Default(LCD_None) {} in LambdaIntroducer()
2770 return Captures.size() > 0 || Default != LCD_None; in hasLambdaCapture()
/openbsd/gnu/llvm/clang/lib/AST/
H A DStmtPrinter.cpp2126 case LCD_None: in VisitLambdaExpr()
H A DDeclCXX.cpp689 if (getLambdaCaptureDefault() != LCD_None || capture_size() != 0) in lambdaIsDefaultConstructibleAndAssignable()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1208 MD->getParent()->getLambdaCaptureDefault() == LCD_None) in StartFunction()
/openbsd/gnu/llvm/clang/lib/Parse/
H A DParseExprCXX.cpp937 Intro.Default == LCD_None) { in ParseLambdaIntroducer()
/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp2067 D, nullptr, CXXRecordDecl::LDK_Unknown, false, LCD_None); in ReadCXXRecordDefinition()