Home
last modified time | relevance | path

Searched refs:CaptureDefaultLoc (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp439 SourceLocation CaptureDefaultLoc, in buildLambdaScope() argument
450 LSI->CaptureDefaultLoc = CaptureDefaultLoc; in buildLambdaScope()
1385 SourceLocation CaptureDefaultLoc; in ActOnLambdaExpr() local
1454 CaptureDefaultLoc = LSI->CaptureDefaultLoc; in ActOnLambdaExpr()
1528 CaptureDefault, CaptureDefaultLoc, in ActOnLambdaExpr()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DExprCXX.cpp932 SourceLocation CaptureDefaultLoc, in LambdaExpr() argument
945 CaptureDefaultLoc(CaptureDefaultLoc), in LambdaExpr()
995 SourceLocation CaptureDefaultLoc, in Create() argument
1017 CaptureDefault, CaptureDefaultLoc, Captures, in Create()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h617 SourceLocation CaptureDefaultLoc; variable
H A DSema.h4810 SourceLocation CaptureDefaultLoc,
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DExprCXX.h1341 SourceLocation CaptureDefaultLoc; variable
1380 SourceLocation CaptureDefaultLoc,
1423 SourceLocation CaptureDefaultLoc,
1446 return CaptureDefaultLoc; in getCaptureDefaultLoc()
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTWriterStmt.cpp1180 Writer.AddSourceLocation(E->CaptureDefaultLoc, Record); in VisitLambdaExpr()
H A DASTReaderStmt.cpp1218 E->CaptureDefaultLoc = ReadSourceLocation(Record, Idx); in VisitLambdaExpr()