reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/ExprCXX.h
 1861         CaptureDefault(LCD_None), ExplicitParams(false),
tools/clang/include/clang/Sema/DeclSpec.h
 2587     : Default(LCD_None) {}
tools/clang/lib/AST/DeclCXX.cpp
  665   if (getLambdaCaptureDefault() != LCD_None || 
tools/clang/lib/AST/StmtPrinter.cpp
 1898   case LCD_None:
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  999           MD->getParent()->getLambdaCaptureDefault() == LCD_None)
tools/clang/lib/Sema/SemaDecl.cpp
 7299         if (RD->getLambdaCaptureDefault() == LCD_None) {
13445   if (LCD == LCD_None)
tools/clang/lib/Sema/SemaLambda.cpp
 1012   if (Intro.Default != LCD_None && !Class->getParent()->isFunctionOrMethod() &&
 1023     = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc;
 1542     return LCD_None;
 1684     bool CurHasPreviousCapture = CaptureDefault != LCD_None;
 1780     if (Captures.empty() && CaptureDefault == LCD_None)
tools/clang/lib/Serialization/ASTReaderDecl.cpp
 1804                                                      LCD_None);
tools/clang/unittests/Tooling/RecursiveASTVisitorTests/LambdaDefaultCapture.cpp
   20     if (Lambda->getCaptureDefault() != LCD_None) {