Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp279 getContainerInfo(D->getDeclContext(), DInfo.SemanticContainer); in handleDecl()
280 DInfo.semanticContainer = &DInfo.SemanticContainer; in handleDecl()
283 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
291 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
DIndexingContext.h80 ContainerInfo SemanticContainer; member