Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DDocumentation.h435 unsigned clang_TParamCommandComment_isParamPositionValid(CXComment Comment);
/external/clang/tools/libclang/
Dlibclang.exports79 clang_TParamCommandComment_isParamPositionValid
DCXComment.cpp320 unsigned clang_TParamCommandComment_isParamPositionValid(CXComment CXC) { in clang_TParamCommandComment_isParamPositionValid() function
/external/clang/tools/c-index-test/
Dc-index-test.c508 if (clang_TParamCommandComment_isParamPositionValid(Comment)) { in DumpCXCommentInternal()