Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexBody.cpp152 bool TraverseLambdaCapture(LambdaExpr::Capture C) { in TraverseLambdaCapture() function in __anon4f7101f10111::BodyIndexer
DRecursiveASTVisitor.h240 bool TraverseLambdaCapture(LambdaExpr::Capture C);
753 bool RecursiveASTVisitor<Derived>::TraverseLambdaCapture(LambdaExpr::Capture C){ in TraverseLambdaCapture() function
2149 TRY_TO(TraverseLambdaCapture(*C)); in TraverseLambdaExpr()
/external/clang/include/clang/AST/
DRecursiveASTVisitor.h247 bool TraverseLambdaCapture(LambdaExpr *LE, const LambdaExpr::Capture *C);
819 bool RecursiveASTVisitor<Derived>::TraverseLambdaCapture( in TraverseLambdaCapture() function
2244 TRY_TO(TraverseLambdaCapture(S, C)); in TraverseLambdaExpr()