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

  /external/clang/tools/libclang/
CXComment.h 56 return getASTContext(CXC).getCommentCommandTraits();
  /external/clang/lib/AST/
RawCommentList.cpp 146 comments::Lexer L(Allocator, Context.getCommentCommandTraits(),
149 comments::BriefParser P(L, Context.getCommentCommandTraits());
167 comments::Lexer L(Context.getAllocator(), Context.getCommentCommandTraits(),
172 Context.getCommentCommandTraits(),
177 Context.getCommentCommandTraits());
ASTDumper.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h 591 comments::CommandTraits &getCommentCommandTraits() const {
    [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 579 Context.getCommentCommandTraits().registerCommentOptions(
    [all...]

Completed in 46 milliseconds