HomeSort by relevance Sort by last modified time
    Searched refs:LambdaCapture (Results 1 - 14 of 14) sorted by null

  /external/clang/include/clang/AST/
LambdaCapture.h 1 //===--- LambdaCapture.h - Types for C++ Lambda Captures --------*- C++ -*-===//
11 /// \brief Defines the LambdaCapture class.
26 class LambdaCapture {
62 LambdaCapture(SourceLocation Loc, bool Implicit, LambdaCaptureKind Kind,
DeclCXX.h 23 #include "clang/AST/LambdaCapture.h"
531 typedef LambdaCapture Capture;
    [all...]
RecursiveASTVisitor.h 249 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C);
    [all...]
ExprCXX.h 20 #include "clang/AST/LambdaCapture.h"
    [all...]
  /external/clang/tools/libclang/
IndexBody.cpp 153 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaCapture *C) {
  /external/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /external/clang/lib/AST/
ExprCXX.cpp     [all...]
DeclCXX.cpp     [all...]
  /external/clang/lib/Sema/
SemaLambda.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 428 for (const LambdaCapture &C : LE->captures()) {
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 159 for (const LambdaCapture &LC : parent->captures()) {
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]
ASTWriter.cpp     [all...]

Completed in 350 milliseconds