Home
last modified time | relevance | path

Searched defs:LambdaIntroducer (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2832 struct LambdaIntroducer { struct
2834 struct LambdaCapture {
2859 LambdaIntroducer() = default; argument
2861 bool hasLambdaCapture() const { in hasLambdaCapture()
2866 void addCapture(LambdaCaptureKind Kind, in addCapture()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp2664 void UnwrappedLineParser::parseSquare(bool LambdaIntroducer) { in parseSquare() argument