HomeSort by relevance Sort by last modified time
    Searched refs:MacroArgs (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
28 /// MacroArgs - An instance of this class captures information about
30 class MacroArgs final
31 : private llvm::TrailingObjects<MacroArgs, Token> {
36 /// after the MacroArgs object in memory. This is all of the arguments
56 /// ArgCache - This is a linked list of MacroArgs objects that the
58 MacroArgs *ArgCache;
60 /// MacroArgs - The number of arguments the invoked macro expects.
63 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs
    [all...]
TokenLexer.h 24 class MacroArgs;
39 MacroArgs *ActualArgs;
112 MacroArgs *ActualArgs, Preprocessor &pp)
122 MacroArgs *ActualArgs);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
28 /// MacroArgs - An instance of this class captures information about
30 class MacroArgs final
31 : private llvm::TrailingObjects<MacroArgs, Token> {
36 /// after the MacroArgs object in memory. This is all of the arguments
56 /// ArgCache - This is a linked list of MacroArgs objects that the
58 MacroArgs *ArgCache;
60 /// MacroArgs - The number of arguments the invoked macro expects.
63 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs
    [all...]
TokenLexer.h 24 class MacroArgs;
39 MacroArgs *ActualArgs;
112 MacroArgs *ActualArgs, Preprocessor &pp)
122 MacroArgs *ActualArgs);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
28 /// MacroArgs - An instance of this class captures information about
30 class MacroArgs final
31 : private llvm::TrailingObjects<MacroArgs, Token> {
36 /// after the MacroArgs object in memory. This is all of the arguments
56 /// ArgCache - This is a linked list of MacroArgs objects that the
58 MacroArgs *ArgCache;
60 /// MacroArgs - The number of arguments the invoked macro expects.
63 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs
    [all...]
TokenLexer.h 24 class MacroArgs;
39 MacroArgs *ActualArgs;
112 MacroArgs *ActualArgs, Preprocessor &pp)
122 MacroArgs *ActualArgs);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
28 /// MacroArgs - An instance of this class captures information about
30 class MacroArgs final
31 : private llvm::TrailingObjects<MacroArgs, Token> {
36 /// after the MacroArgs object in memory. This is all of the arguments
56 /// ArgCache - This is a linked list of MacroArgs objects that the
58 MacroArgs *ArgCache;
60 /// MacroArgs - The number of arguments the invoked macro expects.
63 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs
    [all...]
TokenLexer.h 24 class MacroArgs;
39 MacroArgs *ActualArgs;
112 MacroArgs *ActualArgs, Preprocessor &pp)
122 MacroArgs *ActualArgs);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
28 /// MacroArgs - An instance of this class captures information about
30 class MacroArgs final
31 : private llvm::TrailingObjects<MacroArgs, Token> {
36 /// after the MacroArgs object in memory. This is all of the arguments
56 /// ArgCache - This is a linked list of MacroArgs objects that the
58 MacroArgs *ArgCache;
60 /// MacroArgs - The number of arguments the invoked macro expects.
63 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
28 /// MacroArgs - An instance of this class captures information about
30 class MacroArgs final
31 : private llvm::TrailingObjects<MacroArgs, Token> {
36 /// after the MacroArgs object in memory. This is all of the arguments
56 /// ArgCache - This is a linked list of MacroArgs objects that the
58 MacroArgs *ArgCache;
60 /// MacroArgs - The number of arguments the invoked macro expects.
63 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
28 /// MacroArgs - An instance of this class captures information about
30 class MacroArgs final
31 : private llvm::TrailingObjects<MacroArgs, Token> {
36 /// after the MacroArgs object in memory. This is all of the arguments
56 /// ArgCache - This is a linked list of MacroArgs objects that the
58 MacroArgs *ArgCache;
60 /// MacroArgs - The number of arguments the invoked macro expects.
63 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
28 /// MacroArgs - An instance of this class captures information about
30 class MacroArgs final
31 : private llvm::TrailingObjects<MacroArgs, Token> {
36 /// after the MacroArgs object in memory. This is all of the arguments
56 /// ArgCache - This is a linked list of MacroArgs objects that the
58 MacroArgs *ArgCache;
60 /// MacroArgs - The number of arguments the invoked macro expects.
63 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
27 /// MacroArgs - An instance of this class captures information about
29 class MacroArgs {
32 /// after the MacroArgs object in memory. This is all of the arguments
52 /// ArgCache - This is a linked list of MacroArgs objects that the
54 MacroArgs *ArgCache;
56 /// MacroArgs - The number of arguments the invoked macro expects.
59 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs)
    [all...]
TokenLexer.h 23 class MacroArgs;
37 MacroArgs *ActualArgs;
110 MacroArgs *ActualArgs, Preprocessor &pp)
120 MacroArgs *ActualArgs);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
27 /// MacroArgs - An instance of this class captures information about
29 class MacroArgs {
32 /// after the MacroArgs object in memory. This is all of the arguments
52 /// ArgCache - This is a linked list of MacroArgs objects that the
54 MacroArgs *ArgCache;
56 /// MacroArgs - The number of arguments the invoked macro expects.
59 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs)
    [all...]
TokenLexer.h 23 class MacroArgs;
37 MacroArgs *ActualArgs;
110 MacroArgs *ActualArgs, Preprocessor &pp)
120 MacroArgs *ActualArgs);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
27 /// MacroArgs - An instance of this class captures information about
29 class MacroArgs {
32 /// after the MacroArgs object in memory. This is all of the arguments
52 /// ArgCache - This is a linked list of MacroArgs objects that the
54 MacroArgs *ArgCache;
56 /// MacroArgs - The number of arguments the invoked macro expects.
59 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
27 /// MacroArgs - An instance of this class captures information about
29 class MacroArgs {
32 /// after the MacroArgs object in memory. This is all of the arguments
52 /// ArgCache - This is a linked list of MacroArgs objects that the
54 MacroArgs *ArgCache;
56 /// MacroArgs - The number of arguments the invoked macro expects.
59 MacroArgs(unsigned NumToks, bool varargsElided, unsigned MacroArgs)
    [all...]
  /external/clang/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
27 /// MacroArgs - An instance of this class captures information about
29 class MacroArgs {
32 /// after the MacroArgs object in memory. This is all of the arguments
52 /// ArgCache - This is a linked list of MacroArgs objects that the
54 MacroArgs *ArgCache;
56 MacroArgs(unsigned NumToks, bool varargsElided)
59 ~MacroArgs() = default;
62 /// MacroArgs ctor function - Create a new MacroArgs object with the specifie
    [all...]
TokenLexer.h 23 class MacroArgs;
37 MacroArgs *ActualArgs;
110 MacroArgs *ActualArgs, Preprocessor &pp)
120 MacroArgs *ActualArgs);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
27 /// MacroArgs - An instance of this class captures information about
29 class MacroArgs {
32 /// after the MacroArgs object in memory. This is all of the arguments
52 /// ArgCache - This is a linked list of MacroArgs objects that the
54 MacroArgs *ArgCache;
56 MacroArgs(unsigned NumToks, bool varargsElided)
59 ~MacroArgs() = default;
62 /// MacroArgs ctor function - Create a new MacroArgs object with the specifie
    [all...]
TokenLexer.h 23 class MacroArgs;
37 MacroArgs *ActualArgs;
110 MacroArgs *ActualArgs, Preprocessor &pp)
120 MacroArgs *ActualArgs);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
MacroArgs.h 1 //===--- MacroArgs.h - Formal argument info for Macros ----------*- C++ -*-===//
10 // This file defines the MacroArgs interface.
27 /// MacroArgs - An instance of this class captures information about
29 class MacroArgs {
32 /// after the MacroArgs object in memory. This is all of the arguments
52 /// ArgCache - This is a linked list of MacroArgs objects that the
54 MacroArgs *ArgCache;
56 MacroArgs(unsigned NumToks, bool varargsElided)
59 ~MacroArgs() = default;
62 /// MacroArgs ctor function - Create a new MacroArgs object with the specifie
    [all...]
TokenLexer.h 23 class MacroArgs;
37 MacroArgs *ActualArgs;
110 MacroArgs *ActualArgs, Preprocessor &pp)
120 MacroArgs *ActualArgs);
  /external/clang/lib/Lex/
MacroArgs.cpp 1 //===--- MacroArgs.cpp - Formal argument info for Macros ------------------===//
10 // This file implements the MacroArgs interface.
14 #include "clang/Lex/MacroArgs.h"
24 /// MacroArgs ctor function - This destroys the vector passed in.
25 MacroArgs *MacroArgs::create(const MacroInfo *MI,
30 MacroArgs **ResultEnt = nullptr;
35 for (MacroArgs **Entry = &PP.MacroArgCache; *Entry;
48 MacroArgs *Result;
50 // Allocate memory for a MacroArgs object with the lexer tokens at the end
    [all...]

Completed in 337 milliseconds

1 2 3 4