HomeSort by relevance Sort by last modified time
    Searched refs:ArgT (Results 1 - 3 of 3) 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 680 QualType ArgT = (*it);
681 if (!ArgT->isObjCSelType()) {
687 ArgT = (*it);
688 if (!ArgT->isObjCIdType()) {
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h 375 /// The type argument ArgT is not used by this matcher but is used by
377 template <typename T, typename ArgT>
382 TOOLING_COMPILE_ASSERT((llvm::is_same<ArgT, StringRef>::value),
    [all...]

Completed in 45 milliseconds