HomeSort by relevance Sort by last modified time
    Searched refs:CXComment_Text (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang-c/
Documentation.h 64 CXComment_Text = 1,
234 * only \c CXComment_Text nodes that are empty or whitespace.
236 * Other AST nodes (except \c CXComment_Paragraph and \c CXComment_Text) are
252 * \param Comment a \c CXComment_Text AST node.
  /external/clang/tools/libclang/
CXComment.cpp 55 return CXComment_Text;
  /external/clang/tools/c-index-test/
c-index-test.c 377 case CXComment_Text:
378 printf("CXComment_Text");
    [all...]

Completed in 673 milliseconds