Home
last modified time | relevance | path

Searched refs:endColumn (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h256 uint32_t endColumn = 0; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp137 fn->endColumn = buf.getWord(); in readGCNO()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h5110 unsigned *startColumn, unsigned *endLine, unsigned *endColumn);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1337 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn; in FunctionScanVisitor() local
1347 &endLine, &endColumn); in FunctionScanVisitor()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6703 unsigned *startColumn, unsigned *endLine, unsigned *endColumn) { in clang_getDefinitionSpellingAndExtent() argument
6714 *endColumn = SM.getSpellingColumnNumber(Body->getRBracLoc()); in clang_getDefinitionSpellingAndExtent()