Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp580 getContainerInfo(SemaDC, DInfo.SemanticContainer); in handleDecl()
581 DInfo.semanticContainer = &DInfo.SemanticContainer; in handleDecl()
584 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
592 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
H A DCXIndexDataConsumer.h82 ContainerInfo SemanticContainer; member