Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DMangleNumberingContext.h31 unsigned LambdaIndex = 0; variable
65 unsigned getNextLambdaIndex() { return LambdaIndex++; } in getNextLambdaIndex()