HomeSort by relevance Sort by last modified time
    Searched refs:SemanticContainer (Results 1 - 2 of 2) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 338 getContainerInfo(D->getDeclContext(), DInfo.SemanticContainer);
339 DInfo.semanticContainer = &DInfo.SemanticContainer;
342 DInfo.lexicalContainer = &DInfo.SemanticContainer;
350 DInfo.lexicalContainer = &DInfo.SemanticContainer;
    [all...]
IndexingContext.h 83 ContainerInfo SemanticContainer;
94 declAsContainer = semanticContainer = lexicalContainer = nullptr;
105 declAsContainer = semanticContainer = lexicalContainer = nullptr;

Completed in 132 milliseconds