HomeSort by relevance Sort by last modified time
    Searched defs:Parser (Results 51 - 75 of 455) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
CommentParser.h 1 //===--- CommentParser.h - Doxygen comment parser ---------------*- C++ -*-===//
10 // This file defines the Doxygen comment parser.
29 /// Doxygen comment parser.
30 class Parser {
31 Parser(const Parser &) = delete;
32 void operator=(const Parser &) = delete;
89 Parser(Lexer &L, Sema &S, llvm::BumpPtrAllocator &Allocator,
  /system/core/init/
parser.h 61 class Parser {
72 Parser();
76 void AddSectionParser(const std::string& name, std::unique_ptr<SectionParser> parser);
  /external/deqp/executor/
xeXMLParser.cpp 21 * \brief XML Parser.
112 // Parser should not try to advance beyond end of string.
346 Parser::Parser (void)
352 Parser::~Parser (void)
356 void Parser::clear (void)
368 void Parser::error (const std::string& what)
373 void Parser::feed (const deUint8* bytes, int numBytes)
381 void Parser::advance (void
    [all...]
  /system/core/libutils/
PropertyMap.cpp 21 // Enables debug output for the parser.
24 // Enables debug output for parser performance.
130 Parser parser(map, tokenizer);
131 status = parser.parse();
150 // --- PropertyMap::Parser ---
152 PropertyMap::Parser::Parser(PropertyMap* map, Tokenizer* tokenizer) :
156 PropertyMap::Parser::~Parser() {
    [all...]
  /system/tools/aidl/
aidl_language.cpp 33 int yyparse(Parser*);
157 Parser::Parser(const IoDelegate& io_delegate)
253 Parser::~Parser() {
261 bool Parser::ParseFile(const string& filename) {
286 if (yy::parser(this).parse() != 0 || error_ != 0) {
292 LOG(ERROR) << "Parser succeeded but yielded no document!";
296 void Parser::ReportError(const string& err, unsigned line) {
301 std::vector<std::string> Parser::Package() const
    [all...]
  /external/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 1 //===--- Parser.h - Matcher expression parser -----*- C++ -*-===//
11 /// \brief Simple matcher expression parser.
13 /// The parser understands matcher expressions of the form:
16 /// The parser does not know how to process the matchers. It delegates this task
49 /// \brief Matcher expression parser.
50 class Parser {
52 /// \brief Interface to connect the parser with the registry and more.
54 /// The parser uses the Sema instance passed into
91 /// \param MatcherName The matcher name found by the parser
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===-- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks -------*- C++ -*-===//
21 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
46 /// \brief Initialize the extension for parsing using the given \p Parser.
49 virtual void Initialize(MCAsmParser &Parser);
61 MCAsmParser &getParser() { return *Parser; }
  /external/mesa3d/bin/
perf-annotate-jit 33 The `perf script` output parser was derived from the gprof2dot.py script.
44 class Parser:
45 """Parser interface."""
54 class LineParser(Parser):
58 Parser.__init__(self)
126 """Parser for linux perf callgraph output.
243 parser = PerfParser(p.stdout, symbol)
244 parser.parse()
  /external/pcre/pcrecpp/include/
pcrecpparg.h 65 typedef bool (*Parser)(const char* str, int n, void* dest);
70 Arg(type* p, Parser parser) : arg_(p), parser_(parser) { }
95 template <class T> Arg(T*, Parser parser);
106 Parser parser_;
145 // This part of the parser, appropriate only for ints, deals with bases
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Empty.cs 34 new pbr::GeneratedClrTypeInfo(typeof(global::Google.Protobuf.WellKnownTypes.Empty), global::Google.Protobuf.WellKnownTypes.Empty.Parser, null, null, null, null)
55 public static pb::MessageParser<Empty> Parser { get { return _parser; } }
  /external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
MCAsmParserExtension.h 1 //===-- llvm/MC/MCAsmParserExtension.h - Asm Parser Hooks -------*- C++ -*-===//
21 /// which is implemented by target and object file assembly parser
27 MCAsmParser *Parser;
47 /// Parser. The extension should use the AsmParser interfaces to register its
49 virtual void Initialize(MCAsmParser &Parser);
56 MCAsmParser &getParser() { return *Parser; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/Dynamic/
Parser.h 1 //===--- Parser.h - Matcher expression parser -----*- C++ -*-===//
11 /// \brief Simple matcher expression parser.
13 /// The parser understands matcher expressions of the form:
16 /// The parser does not know how to process the matchers. It delegates this task
49 /// \brief Matcher expression parser.
50 class Parser {
52 /// \brief Interface to connect the parser with the registry and more.
54 /// The parser uses the Sema instance passed into
91 /// \param MatcherName The matcher name found by the parser
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/ASTMatchers/Dynamic/
Parser.h 1 //===--- Parser.h - Matcher expression parser -----*- C++ -*-===//
11 /// \brief Simple matcher expression parser.
13 /// The parser understands matcher expressions of the form:
16 /// The parser does not know how to process the matchers. It delegates this task
51 /// \brief Matcher expression parser.
52 class Parser {
54 /// \brief Interface to connect the parser with the registry and more.
56 /// The parser uses the Sema instance passed into
93 /// \param MatcherName The matcher name found by the parser
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/ASTMatchers/Dynamic/
Parser.h 1 //===--- Parser.h - Matcher expression parser -----*- C++ -*-===//
11 /// \brief Simple matcher expression parser.
13 /// The parser understands matcher expressions of the form:
16 /// The parser does not know how to process the matchers. It delegates this task
51 /// \brief Matcher expression parser.
52 class Parser {
54 /// \brief Interface to connect the parser with the registry and more.
56 /// The parser uses the Sema instance passed into
93 /// \param MatcherName The matcher name found by the parser
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/ASTMatchers/Dynamic/
Parser.h 1 //===--- Parser.h - Matcher expression parser -----*- C++ -*-===//
11 /// \brief Simple matcher expression parser.
13 /// The parser understands matcher expressions of the form:
16 /// The parser does not know how to process the matchers. It delegates this task
51 /// \brief Matcher expression parser.
52 class Parser {
54 /// \brief Interface to connect the parser with the registry and more.
56 /// The parser uses the Sema instance passed into
93 /// \param MatcherName The matcher name found by the parser
    [all...]

Completed in 1040 milliseconds

1 23 4 5 6 7 8 91011>>