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

  /external/clang/lib/AST/
DeclTemplate.cpp 209 if (TTP->isParameterPack())
219 if (NTTP->isParameterPack())
225 if (TTP->isParameterPack())
512 bool TemplateTypeParmDecl::isParameterPack() const {
513 return getTypeForDecl()->getAs<TemplateTypeParmType>()->isParameterPack();
    [all...]
DeclBase.cpp 171 return TTP->isParameterPack();
174 return NTTP->isParameterPack();
177 return TTP->isParameterPack();
181 bool Decl::isParameterPack() const {
183 return Parm->isParameterPack();
    [all...]
Decl.cpp     [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]

Completed in 161 milliseconds