HomeSort by: relevance | last modified time | path
    Searched refs:declAsContainer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXIndexDataConsumer.h 84 ContainerInfo DeclAsContainer;
93 declAsContainer = semanticContainer = lexicalContainer = nullptr;
104 declAsContainer = semanticContainer = lexicalContainer = nullptr;
CXIndexDataConsumer.cpp 592 getContainerInfo(getEntityContainer(D), DInfo.DeclAsContainer);
593 DInfo.declAsContainer = &DInfo.DeclAsContainer;
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 6369 const CXIdxContainerInfo *declAsContainer;
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 3810 if (info->declAsContainer)
3812 info->declAsContainer,

Completed in 48 milliseconds