Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h93 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
104 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
H A DCXIndexDataConsumer.cpp577 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
585 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
588 DInfo.lexicalContainer = &DInfo.LexicalContainer; in handleDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h6365 const CXIdxContainerInfo *lexicalContainer; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c3738 printCXIndexContainer(info->lexicalContainer); in index_indexDeclaration()