Searched defs:VariadicFunction (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dlinetable-virtual-variadic.cpp4 virtual void VariadicFunction(...);
8 virtual void VariadicFunction(...);
11 void Derived::VariadicFunction(...) { } function in class:Derived
18 // CHECK: ![[SP]] = distinct !DISubprogram(name: "VariadicFunction"
/external/llvm/include/llvm/ADT/
H A DVariadicFunction.h58 /// 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 { struct in namespace:llvm
/external/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h66 /// Most of the functions below that use VariadicFunction could be implemented
71 struct VariadicFunction { struct in namespace:clang::ast_matchers::internal
708 /// \brief Trampoline function to use VariadicFunction<> to construct a
1451 : public VariadicFunction<BindableMatcher<SourceT>, Matcher<TargetT>,
1469 : public VariadicFunction<BindableMatcher<T>, Matcher<T>,
1592 : public VariadicFunction<Self, Matcher<InnerTBase>, &Self::create> {
/external/clang/include/clang/Sema/
H A DSema.h8555 VariadicFunction, enumerator in enum:clang::Sema::VariadicCallType

Completed in 188 milliseconds