Home
last modified time | relevance | path

Searched refs:CXNameRange_WantSinglePiece (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang-c/
DIndex.h4265 CXNameRange_WantSinglePiece = 0x4 enumerator
/external/clang/tools/c-index-test/
Dc-index-test.c903 | CXNameRange_WantSinglePiece in PrintCursor()
/external/clang/tools/libclang/
DCIndex.cpp3002 const bool WantSinglePiece = NameFlags & CXNameRange_WantSinglePiece; in buildPieces()