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 339 getContainerInfo(D->getDeclContext(), DInfo.SemanticContainer);
340 DInfo.semanticContainer = &DInfo.SemanticContainer;
343 DInfo.lexicalContainer = &DInfo.SemanticContainer;
351 DInfo.lexicalContainer = &DInfo.SemanticContainer;
    [all...]
IndexingContext.h 80 ContainerInfo SemanticContainer;
91 declAsContainer = semanticContainer = lexicalContainer = 0;
102 declAsContainer = semanticContainer = lexicalContainer = 0;

Completed in 31 milliseconds