Searched refs:isContainer (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Index/skip-parsed-bodies/ |
D | compile_commands.json | 23 …]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 24 …]: kind: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 1 26 …]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 27 …]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 1 | isDef: 1 | isContainer: 1 31 … [indexDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: 1 38 …]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 39 …d: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 40 …]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 41 …: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isContainer: skipped 44 …xDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped [all …]
|
/external/clang/tools/libclang/ |
D | IndexingContext.h | 84 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() 88 this->isContainer = isContainer; in DeclInfo() 95 bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() 99 this->isContainer = isContainer; in DeclInfo()
|
D | IndexingContext.cpp | 357 if (DInfo.isContainer) { in handleDecl() 375 bool isContainer = isDef; in handleFunction() local 380 isContainer = false; in handleFunction() 383 DeclInfo DInfo(!D->isFirstDeclaration(), isDef, isContainer); in handleFunction() 575 bool isContainer = isDef; in handleObjCMethod() local 580 isContainer = false; in handleObjCMethod() 583 DeclInfo DInfo(!D->isCanonicalDecl(), isDef, isContainer); in handleObjCMethod()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | CompositedLayerMapping.cpp | 882 bool isContainer = m_owningLayer->hasTransform() && !m_owningLayer->isRootLayer(); in registerScrollingLayers() local 884 …crollingCoordinator->setLayerIsContainerForFixedPositionLayers(childForSuperlayers(), isContainer); in registerScrollingLayers()
|
/external/clang/include/clang-c/ |
D | Index.h | 5439 int isContainer; member
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 2719 assert(!info->isContainer); in index_indexDeclaration() 2722 printf(" | isContainer: %d", info->isContainer); in index_indexDeclaration()
|