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

References

gen/tools/clang/include/clang/AST/StmtDataCollectors.inc
  152       if (C.capturesVariable())
tools/clang/include/clang/AST/LambdaCapture.h
  105     assert(capturesVariable() && "No variable available for capture");
tools/clang/lib/AST/ASTImporter.cpp
  914   if (From.capturesVariable()) {
tools/clang/lib/AST/DeclCXX.cpp
 1459     else if (C->capturesVariable())
tools/clang/lib/AST/ExprCXX.cpp
 1240   return (C->capturesVariable() && C->getCapturedVar()->isInitCapture() &&
tools/clang/lib/Analysis/AnalysisDeclContext.cpp
  169     if (!LC.capturesVariable())
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1314     if (C.capturesVariable()) {
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8194       if (!LC.capturesVariable())
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
  489       if (C.capturesVariable()) {
tools/clang/lib/Index/IndexBody.cpp
  394     if (C->capturesVariable() && IndexCtx.shouldIndexFunctionLocalSymbols())
tools/clang/lib/Sema/SemaDecl.cpp
13460     if (C.capturesVariable()) {
tools/clang/lib/Sema/TreeTransform.h
11602     assert(C->capturesVariable() && "unexpected kind of lambda capture");
11728     assert(C->capturesVariable() && "unexpected kind of lambda capture");
tools/clang/lib/Serialization/ASTWriter.cpp
 6244             Capture.capturesVariable() ? Capture.getCapturedVar() : nullptr;
tools/clang/lib/StaticAnalyzer/Checkers/DeadStoresChecker.cpp
  489       if (!C.capturesVariable())
tools/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/UninitializedObjectChecker.cpp
  594     if (It->capturesVariable())
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  780   if (C->capturesVariable()) {
tools/clang/tools/libclang/CIndex.cpp
 3166           if (!C->capturesVariable())