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 279 getContainerInfo(D->getDeclContext(), DInfo.SemanticContainer);
280 DInfo.semanticContainer = &DInfo.SemanticContainer;
283 DInfo.lexicalContainer = &DInfo.SemanticContainer;
291 DInfo.lexicalContainer = &DInfo.SemanticContainer;
    [all...]
IndexingContext.h 80 ContainerInfo SemanticContainer;
91 declAsContainer = semanticContainer = lexicalContainer = 0;
101 declAsContainer = semanticContainer = lexicalContainer = 0;

Completed in 644 milliseconds