Home
last modified time | relevance | path

Searched refs:declAsContainer (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.h93 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
104 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
DCXIndexDataConsumer.cpp593 DInfo.declAsContainer = &DInfo.DeclAsContainer; in handleDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.h95 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
106 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
DCXIndexDataConsumer.cpp581 DInfo.declAsContainer = &DInfo.DeclAsContainer; in handleDecl()
/external/clang/include/clang-c/
DIndex.h5591 const CXIdxContainerInfo *declAsContainer; member
/external/llvm-project/clang/include/clang-c/
DIndex.h6349 const CXIdxContainerInfo *declAsContainer; member
/external/clang/tools/c-index-test/
Dc-index-test.c3252 if (info->declAsContainer) in index_indexDeclaration()
3254 info->declAsContainer, in index_indexDeclaration()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3793 if (info->declAsContainer) in index_indexDeclaration()
3795 info->declAsContainer, in index_indexDeclaration()
/external/rust/crates/clang-sys/src/
Dlib.rs1398 pub declAsContainer: *const CXIdxContainerInfo, field