Searched refs:isContainer (Results 1 – 5 of 5) sorted by relevance
23 …]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 024 …]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 131 … [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 142 …: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isContainer: skipped45 …xDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped47 … [indexDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 149 …ation]: kind: c++-instance-method | name: tsmeth | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 151 …ndexDeclaration]: kind: function | name: imp_foo | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 165 …xDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped67 …xDeclaration]: kind: function | name: foo2 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped[all …]
86 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo()90 this->isContainer = isContainer; in DeclInfo()97 bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo()101 this->isContainer = isContainer; in DeclInfo()
598 if (DInfo.isContainer) { in handleDecl()616 bool isContainer = isDef; in handleFunction() local621 isContainer = false; in handleFunction()624 DeclInfo DInfo(!D->isFirstDecl(), isDef, isContainer); in handleFunction()812 bool isContainer = isDef; in handleObjCMethod() local817 isContainer = false; in handleObjCMethod()820 DeclInfo DInfo(!D->isCanonicalDecl(), isDef, isContainer); in handleObjCMethod()
6436 int isContainer; member
3744 assert(!info->isContainer); in index_indexDeclaration()3747 printf(" | isContainer: %d", info->isContainer); in index_indexDeclaration()