Home
last modified time | relevance | path

Searched defs:CaptureDefaultLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp525 buildLambdaScope(LambdaScopeInfo * LSI,CXXMethodDecl * CallOperator,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool Mutable) buildLambdaScope() argument
2071 SourceLocation CaptureDefaultLoc = LSI->CaptureDefaultLoc; BuildLambdaExpr() local
[all...]
/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h882 SourceLocation CaptureDefaultLoc; global() variable
/llvm-project/clang/lib/AST/
H A DExprCXX.cpp1254 LambdaExpr(QualType T,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool ExplicitResultType,ArrayRef<Expr * > CaptureInits,SourceLocation ClosingBrace,bool ContainsUnexpandedParameterPack) LambdaExpr() argument
1294 Create(const ASTContext & Context,CXXRecordDecl * Class,SourceRange IntroducerRange,LambdaCaptureDefault CaptureDefault,SourceLocation CaptureDefaultLoc,bool ExplicitParams,bool ExplicitResultType,ArrayRef<Expr * > CaptureInits,SourceLocation ClosingBrace,bool ContainsUnexpandedParameterPack) Create() argument
/llvm-project/clang/include/clang/AST/
H A DExprCXX.h1961 SourceLocation CaptureDefaultLoc; variable