Home
last modified time | relevance | path

Searched refs:semanticContainer (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.h93 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
104 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
H A DCXIndexDataConsumer.cpp581 DInfo.semanticContainer = &DInfo.SemanticContainer; in handleDecl()
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h5876 const CXIdxContainerInfo *semanticContainer; member
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3761 printCXIndexContainer(info->semanticContainer); in index_indexDeclaration()