Searched refs:CtorInit (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp221 bool TraverseConstructorInitializer(CXXCtorInitializer *CtorInit) { argument
222 if (!CtorInit)
225 return traverse(*CtorInit);
303 bool baseTraverse(const CXXCtorInitializer &CtorInit) { argument
305 const_cast<CXXCtorInitializer *>(&CtorInit));
449 bool TraverseConstructorInitializer(CXXCtorInitializer *CtorInit);
681 matchWithoutFilter(*Node, Matchers->CtorInit);
1028 CXXCtorInitializer *CtorInit) {
1029 if (!CtorInit)
1032 match(*CtorInit);
1027 TraverseConstructorInitializer( CXXCtorInitializer *CtorInit) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchFinder.h211 std::vector<std::pair<CXXCtorInitializerMatcher, MatchCallback *>> CtorInit; member in struct:clang::ast_matchers::MatchFinder::MatchersByType

Completed in 59 milliseconds