Home
last modified time | relevance | path

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

/external/v8/tools/clang/empty_string/
DEmptyStringConverter.cpp105 match_finder->addMatcher(cxxConstructorDecl(forEachConstructorInitializer( in SetupMatchers()
/external/v8/tools/clang/rewrite_scoped_refptr/
DRewriteScopedRefptr.cpp368 cxxConstructorDecl(forEachConstructorInitializer( in main()
/external/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp184 REGISTER_MATCHER(forEachConstructorInitializer); in RegistryMaps()
/external/clang/unittests/ASTMatchers/
DASTMatchersTraversalTest.cpp1326 cxxConstructorDecl(forEachConstructorInitializer(cxxCtorInitializer())))); in TEST()
1512 forEachConstructorInitializer(forField(hasName("i")))), in TEST()
/external/v8/tools/clang/rewrite_to_chrome_style/
DRewriteToChromeStyle.cpp1487 cxxConstructorDecl(forEachConstructorInitializer(id( in main()
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5136 AST_MATCHER_P(CXXConstructorDecl, forEachConstructorInitializer, in AST_MATCHER_P() argument