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

References

tools/clang/lib/AST/ASTImporter.cpp
  921   auto LocationOrErr = import(From.getLocation());
tools/clang/lib/CodeGen/CGDebugInfo.cpp
 1315       SourceLocation Loc = C.getLocation();
tools/clang/lib/Index/IndexBody.cpp
  395       return IndexCtx.handleReference(C->getCapturedVar(), C->getLocation(),
tools/clang/lib/Sema/SemaDecl.cpp
13467           /*RefersToEnclosingVariableOrCapture*/true, C.getLocation(),
13473       LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(),
13476       LSI->addVLATypeCapture(C.getLocation(), I->getCapturedVLAType(),
tools/clang/lib/Sema/SemaOpenMP.cpp
 3619             MarkVariableReferenced(LC.getLocation(), VD);
 3624               CheckCXXThisCapture(LC.getLocation());
tools/clang/lib/Sema/TreeTransform.h
11413               C->getLocation(), OldVD->getType()->isReferenceType(),
11560       getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(),
11612       UnexpandedParameterPack Unexpanded(C->getCapturedVar(), C->getLocation());
11617                                                C->getLocation(),
11633             = cast_or_null<VarDecl>(getDerived().TransformDecl(C->getLocation(),
11641           getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind);
11654       = cast_or_null<VarDecl>(getDerived().TransformDecl(C->getLocation(),
11662     getSema().tryCaptureVariable(CapturedVar, C->getLocation(), Kind,
11718       getSema().CheckCXXThisCapture(C->getLocation(), C->isExplicit(),
11733         getDerived().TransformDecl(C->getLocation(), C->getCapturedVar()));
11738     getSema().tryCaptureVariable(CapturedVar, C->getLocation());
tools/clang/lib/Serialization/ASTWriter.cpp
 6233       AddSourceLocation(Capture.getLocation());
tools/clang/tools/extra/clang-tidy/modernize/LoopConvertUtils.cpp
  789                      C->getLocation()));
tools/clang/tools/libclang/CIndex.cpp
 3170                                           C->getLocation(),