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

  /src/external/apache2/llvm/dist/clang/include/clang-c/
Documentation.h 63 CXComment_Text = 1,
238 * only \c CXComment_Text nodes that are empty or whitespace.
240 * Other AST nodes (except \c CXComment_Paragraph and \c CXComment_Text) are
256 * \param Comment a \c CXComment_Text AST node.
  /src/external/apache2/llvm/dist/clang/tools/libclang/
CXComment.cpp 51 return CXComment_Text;
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 474 case CXComment_Text:
475 printf("CXComment_Text");

Completed in 35 milliseconds