Searched defs:Recursive (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/ASTMatchers/
H A DASTMatchersTest.cpp376 DeclarationMatcher Recursive = local
398 "};", Recursive));
412 "};", Recursive));
430 "};", Recursive));
434 DeclarationMatcher Recursive = local
453 EXPECT_TRUE(matches("class F {};", Recursive));
454 EXPECT_TRUE(matches("class Z {};", Recursive));
455 EXPECT_TRUE(matches("class C {};", Recursive));
456 EXPECT_TRUE(matches("class M { class N { class X {}; }; };", Recursive));
457 EXPECT_TRUE(matches("class M { class N { class B {}; }; };", Recursive));
[all...]
/external/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2653 /// \param Recursive if true, recursively instantiates any functions that
2661 bool Recursive,
2745 if (Recursive) {
2808 if (Recursive) {
2838 /// \param Recursive if true, recursively instantiates any functions that
2847 bool Recursive,
2911 if (Recursive) {
2937 if (Recursive) {
2659 InstantiateFunctionDefinition(SourceLocation PointOfInstantiation, FunctionDecl *Function, bool Recursive, bool DefinitionRequired) argument
2844 InstantiateStaticDataMemberDefinition( SourceLocation PointOfInstantiation, VarDecl *Var, bool Recursive, bool DefinitionRequired) argument
H A DSemaDeclObjC.cpp2576 bool Recursive; member in class:__anon3750::OverrideSearch
2711 Recursive = true;

Completed in 285 milliseconds