HomeSort by relevance Sort by last modified time
    Searched full:linecomment (Results 1 - 20 of 20) sorted by null

  /external/clang/include/clang/Frontend/
LangStandards.def 39 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
42 LineComment | C89 | Digraphs | GNUMode | ImplicitInt)
47 LineComment | C99 | Digraphs | HexFloat)
50 LineComment | C99 | Digraphs | HexFloat)
53 LineComment | C99 | Digraphs | HexFloat)
56 LineComment | C99 | Digraphs | HexFloat)
60 LineComment | C99 | Digraphs | GNUMode | HexFloat)
63 LineComment | C99 | Digraphs | GNUMode | HexFloat)
68 LineComment | C99 | C11 | Digraphs | HexFloat)
71 LineComment | C99 | C11 | Digraphs | HexFloat
    [all...]
LangStandard.h 21 LineComment = (1 << 0),
59 bool hasLineComments() const { return Flags & frontend::LineComment; }
  /external/llvm/utils/jedit/
tablegen.xml 5 <PROPERTY NAME="lineComment" VALUE="//" />
  /external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/
TranslateJcite.java 31 import org.eclipse.jdt.core.dom.LineComment;
67 if (!(commentNode instanceof LineComment)) {
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 45 lineComment *ast.CommentGroup // last line comment
308 p.lineComment = nil
323 p.lineComment = comment
563 p.expectSemi() // call before accessing p.linecomment
565 field := &ast.Field{doc, idents, typ, tag, p.lineComment}
778 p.expectSemi() // call before accessing p.linecomment
780 spec := &ast.Field{doc, idents, typ, nil, p.lineComment}
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 45 lineComment *ast.CommentGroup // last line comment
308 p.lineComment = nil
323 p.lineComment = comment
563 p.expectSemi() // call before accessing p.linecomment
565 field := &ast.Field{doc, idents, typ, tag, p.lineComment}
778 p.expectSemi() // call before accessing p.linecomment
780 spec := &ast.Field{doc, idents, typ, nil, p.lineComment}
    [all...]
  /prebuilts/go/darwin-x86/src/go/parser/
parser.go 43 lineComment *ast.CommentGroup // last line comment
318 p.lineComment = nil
333 p.lineComment = comment
718 p.expectSemi() // call before accessing p.linecomment
720 field := &ast.Field{Doc: doc, Names: idents, Type: typ, Tag: tag, Comment: p.lineComment}
945 p.expectSemi() // call before accessing p.linecomment
947 spec := &ast.Field{Doc: doc, Names: idents, Type: typ, Comment: p.lineComment}
    [all...]
  /prebuilts/go/linux-x86/src/go/parser/
parser.go 43 lineComment *ast.CommentGroup // last line comment
318 p.lineComment = nil
333 p.lineComment = comment
718 p.expectSemi() // call before accessing p.linecomment
720 field := &ast.Field{Doc: doc, Names: idents, Type: typ, Tag: tag, Comment: p.lineComment}
945 p.expectSemi() // call before accessing p.linecomment
947 spec := &ast.Field{Doc: doc, Names: idents, Type: typ, Comment: p.lineComment}
    [all...]
  /external/clang/include/clang/Basic/
LangOptions.def 89 LANGOPT(LineComment , 1, 0, "'//' comments")
  /external/opencv3/3rdparty/jinja2/
lexer.py 97 TOKEN_LINECOMMENT = intern('linecomment')
205 rules.append((len(environment.line_comment_prefix), 'linecomment',
ext.py 533 if token_type in ('comment', 'linecomment'):
  /external/clang/lib/Format/
FormatToken.h 61 TYPE(LineComment) \
Format.cpp     [all...]
  /frameworks/compile/slang/
slang.cpp 254 LangOpts.LineComment = 1;
  /prebuilts/go/darwin-x86/src/html/template/
transition.go 370 // LINECOMMENT ::= "//" [^\n\f\d]*
  /prebuilts/go/linux-x86/src/html/template/
transition.go 370 // LINECOMMENT ::= "//" [^\n\f\d]*
  /external/clang/lib/Lex/
Lexer.cpp     [all...]
ModuleMap.cpp 93 MMapLangOpts.LineComment = true;
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core.source_3.11.0.v20150602-1242.jar 

Completed in 1605 milliseconds