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

  /external/clang/include/clang/AST/
DeclTemplate.h     [all...]
Type.h     [all...]
ASTContext.h     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 840 NamedDecl *ParameterPack = nullptr;
843 ParameterPack = R.getFoundDecl();
855 ParameterPack = Corrected.getCorrectionDecl();
867 if (!ParameterPack || !ParameterPack->isParameterPack()) {
873 MarkAnyDeclReferenced(OpLoc, ParameterPack, true);
875 return SizeOfPackExpr::Create(Context, OpLoc, ParameterPack, NameLoc,
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 476 bool Typename, bool ParameterPack) {
479 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
525 TemplateParmPosition(D, P), ParameterPack(true),
541 QualType T, bool ParameterPack,
544 T, ParameterPack, TInfo);
603 TemplateParmPosition(D, P), ParameterPack(true),
613 bool ParameterPack, IdentifierInfo *Id,
615 return new (C, DC) TemplateTemplateParmDecl(DC, L, D, P, ParameterPack, Id,
    [all...]
ASTContext.cpp     [all...]
  /external/libcxxabi/src/demangle/
ItaniumDemangle.h 62 X(ParameterPack) \
175 // Dig through "glue" nodes like ParameterPack and ForwardTemplateReference to
976 class ParameterPack final : public Node {
988 ParameterPack(NodeArray Data_) : Node(KParameterPack), Data(Data_) {
1043 /// one of it's Elements is. The parser inserts a ParameterPack into the
1080 // Print the first element in the pack. If Child contains a ParameterPack,
1084 // No ParameterPack was found in Child. This can occur if we've found a pack
1091 // We found a ParameterPack, but it has no elements. Erase whatever we may
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
ItaniumDemangle.cpp 127 // Dig through "glue" nodes like ParameterPack and ForwardTemplateReference to
876 class ParameterPack final : public Node {
888 ParameterPack(NodeArray Data_) : Node(KParameterPack), Data(Data_) {
941 /// one of it's Elements is. The parser inserts a ParameterPack into the
974 // Print the first element in the pack. If Child contains a ParameterPack,
978 // No ParameterPack was found in Child. This can occur if we've found a pack
985 // We found a ParameterPack, but it has no elements. Erase whatever we may
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 390 milliseconds