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

  /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() {}
61 /// MacroArgs ctor function - Create a new MacroArgs object with the specifie
    [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 40 milliseconds