Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp561 getContainerInfo(SemaDC, DInfo.SemanticContainer); in handleDecl()
562 DInfo.semanticContainer = &DInfo.SemanticContainer; in handleDecl()
565 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
573 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
DCXIndexDataConsumer.h84 ContainerInfo SemanticContainer; member