Home
last modified time | relevance | path

Searched refs:SemanticContainer (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp573 getContainerInfo(SemaDC, DInfo.SemanticContainer); in handleDecl()
574 DInfo.semanticContainer = &DInfo.SemanticContainer; in handleDecl()
577 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
585 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
H A DCXIndexDataConsumer.h82 ContainerInfo SemanticContainer; member