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

  /external/llvm/include/llvm/ADT/
VariadicFunction.h 58 /// The VariadicFunction class template makes it easy to define
76 /// const VariadicFunction<ResultT, ArgT, FooImpl> Foo;
78 /// VariadicFunction takes care of defining the overloads of Foo().
93 /// arguments. It is like VariadicFunction, except that it takes N more
102 /// Currently VariadicFunction and friends support up-to 3
106 struct VariadicFunction {
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 154 milliseconds