Home
last modified time | relevance | path

Searched refs:lexicalContainer (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DIndexingContext.h91 declAsContainer = semanticContainer = lexicalContainer = 0; in DeclInfo()
102 declAsContainer = semanticContainer = lexicalContainer = 0; in DeclInfo()
DIndexingContext.cpp343 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
351 DInfo.lexicalContainer = &DInfo.SemanticContainer; in handleDecl()
354 DInfo.lexicalContainer = &DInfo.LexicalContainer; in handleDecl()
/external/clang/include/clang-c/
DIndex.h5436 const CXIdxContainerInfo *lexicalContainer; member
/external/clang/tools/c-index-test/
Dc-index-test.c2715 printCXIndexContainer(info->lexicalContainer); in index_indexDeclaration()