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

  /external/llvm/include/llvm/ADT/
VariadicFunction.h 64 /// ResultT Foo(const ArgT &A_0, const ArgT &A_1, ..., const ArgT &A_N);
69 /// ResultT FooImpl(ArrayRef<const ArgT *> Args) {
76 /// const VariadicFunction<ResultT, ArgT, FooImpl> Foo;
90 /// const ArgT &A_0, ..., const ArgT &A_N);
97 /// ArrayRef<const ArgT *> Args) { ... }
99 /// const RE&, ArgT, FullMatchImpl>
104 template <typename ResultT, typename ArgT,
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 590 QualType ArgT = (*it);
591 if (!ArgT->isObjCSelType()) {
597 ArgT = (*it);
598 if (!ArgT->isObjCIdType()) {
    [all...]

Completed in 19 milliseconds