Searched refs:isContainer (Results 1 – 14 of 14) 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 39 …]: kind: c++-instance-method | name: method_decl | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 40 …d: c++-instance-method | name: method_def1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped 41 …]: kind: c++-instance-method | name: method_def2 | {{.*}} | isRedecl: 0 | isDef: 0 | isContainer: 0 42 …: [indexDeclaration]: kind: c++-instance-method | name: method_def2 | {{.*}} | isContainer: skipped 45 …xDeclaration]: kind: function | name: foo1 | {{.*}} | isRedecl: 0 | isDef: 1 | isContainer: skipped [all …]
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 88 DeclInfo(bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() 92 this->isContainer = isContainer; in DeclInfo() 99 bool isRedeclaration, bool isDefinition, bool isContainer) in DeclInfo() 103 this->isContainer = isContainer; in DeclInfo()
|
D | CXIndexDataConsumer.cpp | 579 if (DInfo.isContainer) { in handleDecl() 597 bool isContainer = isDef; in handleFunction() local 602 isContainer = false; in handleFunction() 605 DeclInfo DInfo(!D->isFirstDecl(), isDef, isContainer); in handleFunction() 798 bool isContainer = isDef; in handleObjCMethod() local 803 isContainer = false; in handleObjCMethod() 806 DeclInfo DInfo(!D->isCanonicalDecl(), isDef, isContainer); in handleObjCMethod()
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_node_expected.txt | 1 Alert: PASS: isContainer = true 2 Alert: PASS: isContainer threw Error: Invalid property set operation.
|
D | xfa_node.in | 27 testROProperty(my_doc, "isContainer", true);
|
/external/pdfium/fxjs/xfa/ |
D | cjx_node.h | 37 JSE_PROP(isContainer);
|
D | cjx_node.cpp | 471 void CJX_Node::isContainer(CFXJSE_Value* pValue, in isContainer() function in CJX_Node
|
/external/catch2/third_party/ |
D | clara.hpp | 700 virtual auto isContainer() const -> bool { return false; } in isContainer() function 728 auto isContainer() const -> bool override { return true; } in isContainer() function 875 if( m_ref->isContainer() ) in cardinality()
|
/external/catch2/include/external/ |
D | clara.hpp | 700 virtual auto isContainer() const -> bool { return false; } in isContainer() function 728 auto isContainer() const -> bool override { return true; } in isContainer() function 875 if( m_ref->isContainer() ) in cardinality()
|
/external/pdfium/xfa/fxfa/parser/ |
D | attributes.inc | 223 ATTR____(0xacb4823fu, "isContainer", IsContainer, Basic)
|
D | element_attributes.inc | 542 ELEM_ATTR____(Node, IsContainer, CJX_Node::isContainer)
|
/external/clang/include/clang-c/ |
D | Index.h | 5590 int isContainer; member
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 3184 assert(!info->isContainer); in index_indexDeclaration() 3187 printf(" | isContainer: %d", info->isContainer); in index_indexDeclaration()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 7221 virtual auto isContainer() const -> bool { return false; } in isContainer() function 7249 auto isContainer() const -> bool override { return true; } in isContainer() function 7395 if( m_ref->isContainer() ) in cardinality()
|