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

  /external/clang/include/clang/AST/
ASTContext.h 530 NoCommentInDecl = 0,
    [all...]
  /external/clang/lib/AST/
ASTContext.cpp 343 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) {
359 if (Raw.getKind() != RawCommentAndCacheFlags::NoCommentInDecl) {
372 Raw.setKind(RawCommentAndCacheFlags::NoCommentInDecl);
394 if (R.getKind() == RawCommentAndCacheFlags::NoCommentInDecl)
    [all...]

Completed in 53 milliseconds