Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/tools/libclang/
DCXIndexDataConsumer.h93 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
104 declAsContainer = semanticContainer = lexicalContainer = nullptr; in DeclInfo()
DCXIndexDataConsumer.cpp584 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
592 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
595 DInfo.lexicalContainer = &DInfo.LexicalContainer; in handleDecl()
/openbsd/src/gnu/llvm/clang/include/clang-c/
DIndex.h5881 const CXIdxContainerInfo *lexicalContainer; member
/openbsd/src/gnu/llvm/clang/tools/c-index-test/
Dc-index-test.c3763 printCXIndexContainer(info->lexicalContainer); in index_indexDeclaration()