| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ODRHash.cpp | 375 const bool hasDefaultArgument = in VisitTemplateTypeParmDecl() local 376 D->hasDefaultArgument() && !D->defaultArgumentWasInherited(); in VisitTemplateTypeParmDecl() 377 Hash.AddBoolean(hasDefaultArgument); in VisitTemplateTypeParmDecl() 378 if (hasDefaultArgument) { in VisitTemplateTypeParmDecl() 393 const bool hasDefaultArgument = in VisitNonTypeTemplateParmDecl() local 394 D->hasDefaultArgument() && !D->defaultArgumentWasInherited(); in VisitNonTypeTemplateParmDecl() 395 Hash.AddBoolean(hasDefaultArgument); in VisitNonTypeTemplateParmDecl() 396 if (hasDefaultArgument) { in VisitNonTypeTemplateParmDecl() 406 const bool hasDefaultArgument = in VisitTemplateTemplateParmDecl() local 407 D->hasDefaultArgument() && !D->defaultArgumentWasInherited(); in VisitTemplateTemplateParmDecl() [all …]
|
| H A D | DeclTemplate.cpp | 140 if (TTP->hasDefaultArgument()) in getMinRequiredArguments() 143 if (NTTP->hasDefaultArgument()) in getMinRequiredArguments() 145 } else if (cast<TemplateTemplateParmDecl>(P)->hasDefaultArgument()) in getMinRequiredArguments() 650 return hasDefaultArgument() in getDefaultArgumentLoc() 656 if (hasDefaultArgument() && !defaultArgumentWasInherited()) in getSourceRange() 771 if (hasDefaultArgument() && !defaultArgumentWasInherited()) in getSourceRange() 778 return hasDefaultArgument() in getDefaultArgumentLoc() 839 return hasDefaultArgument() ? getDefaultArgument().getLocation() in getDefaultArgumentLoc()
|
| H A D | JSONNodeDumper.cpp | 857 if (D->hasDefaultArgument()) in VisitTemplateTypeParmDecl() 873 if (D->hasDefaultArgument()) in VisitNonTypeTemplateParmDecl() 888 if (D->hasDefaultArgument()) in VisitTemplateTemplateParmDecl()
|
| H A D | TypePrinter.cpp | 1980 return TTPD->hasDefaultArgument() && in isSubstitutedDefaultArgument() 1984 return TTPD->hasDefaultArgument() && in isSubstitutedDefaultArgument() 1988 return NTTPD->hasDefaultArgument() && in isSubstitutedDefaultArgument()
|
| H A D | DeclPrinter.cpp | 1749 if (TTP->hasDefaultArgument()) { in VisitTemplateTypeParmDecl() 1762 if (NTTP->hasDefaultArgument()) { in VisitNonTypeTemplateParmDecl()
|
| H A D | ASTImporter.cpp | 5301 if (D->hasDefaultArgument()) { in VisitTemplateTypeParmDecl() 5333 if (D->hasDefaultArgument()) { in VisitNonTypeTemplateParmDecl() 5368 if (D->hasDefaultArgument()) { in VisitTemplateTemplateParmDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ASTNodeTraverser.h | 570 if (D->hasDefaultArgument()) in VisitTemplateTypeParmDecl() 579 if (D->hasDefaultArgument()) in VisitNonTypeTemplateParmDecl() 587 if (D->hasDefaultArgument()) in VisitTemplateTemplateParmDecl()
|
| H A D | DeclTemplate.h | 1245 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1459 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1715 bool hasDefaultArgument() const { return DefaultArgument.isSet(); } 1747 if (hasDefaultArgument() && !defaultArgumentWasInherited())
|
| H A D | RecursiveASTVisitor.h | 1781 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited()) 1812 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited()) 2154 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited())
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | IndexDecl.cpp | 688 if (TTP->hasDefaultArgument()) in VisitTemplateDecl() 691 if (NTTP->hasDefaultArgument()) in VisitTemplateDecl() 694 if (TTPD->hasDefaultArgument()) in VisitTemplateDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplate.cpp | 2286 if (TTP->hasDefaultArgument()) { in transformTemplateParameter() 2708 if (NewTypeParm->hasDefaultArgument() && in CheckTemplateParameterList() 2719 assert(!NewTypeParm->hasDefaultArgument() && in CheckTemplateParameterList() 2723 NewTypeParm->hasDefaultArgument() && in CheckTemplateParameterList() 2730 } else if (OldTypeParm && OldTypeParm->hasDefaultArgument()) { in CheckTemplateParameterList() 2735 } else if (NewTypeParm->hasDefaultArgument()) { in CheckTemplateParameterList() 2752 if (NewNonTypeParm->hasDefaultArgument() && in CheckTemplateParameterList() 2763 assert(!NewNonTypeParm->hasDefaultArgument() && in CheckTemplateParameterList() 2768 NewNonTypeParm->hasDefaultArgument() && in CheckTemplateParameterList() 2775 } else if (OldNonTypeParm && OldNonTypeParm->hasDefaultArgument()) { in CheckTemplateParameterList() [all …]
|
| H A D | SemaCodeComplete.cpp | 3086 HasDefaultArg = TTP->hasDefaultArgument(); in AddTemplateParameterChunks() 3092 HasDefaultArg = NTTP->hasDefaultArgument(); in AddTemplateParameterChunks() 3105 HasDefaultArg = TTP->hasDefaultArgument(); in AddTemplateParameterChunks() 3496 HasDefaultArg = TTP->hasDefaultArgument(); in createCodeCompletionStringForDecl() 3499 HasDefaultArg = NTTP->hasDefaultArgument(); in createCodeCompletionStringForDecl() 3503 cast<TemplateTemplateParmDecl>(Param)->hasDefaultArgument(); in createCodeCompletionStringForDecl()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 2654 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited()) { in VisitTemplateTypeParmDecl() 2813 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited()) { in VisitNonTypeTemplateParmDecl() 2937 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited()) { in VisitTemplateTemplateParmDecl()
|
| H A D | SemaLookup.cpp | 1585 if (!D->hasDefaultArgument()) in hasVisibleDefaultArgument()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 295 REGISTER_MATCHER(hasDefaultArgument); in RegistryMaps()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTWriterDecl.cpp | 1670 bool OwnsDefaultArg = D->hasDefaultArgument() && in VisitTemplateTypeParmDecl() 1705 bool OwnsDefaultArg = D->hasDefaultArgument() && in VisitNonTypeTemplateParmDecl() 1734 bool OwnsDefaultArg = D->hasDefaultArgument() && in VisitTemplateTemplateParmDecl()
|
| H A D | ASTReader.cpp | 10199 FirstParam->hasDefaultArgument() && in diagnoseOdrViolations() 10202 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations() 10233 FirstParam->hasDefaultArgument() && in diagnoseOdrViolations() 10236 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations() 10268 FirstParam->hasDefaultArgument() && in diagnoseOdrViolations() 10271 SecondParam->hasDefaultArgument() && in diagnoseOdrViolations() 10933 FirstTTPD->hasDefaultArgument() && in diagnoseOdrViolations() 10936 SecondTTPD->hasDefaultArgument() && in diagnoseOdrViolations() 11016 FirstTTPD->hasDefaultArgument() && in diagnoseOdrViolations() 11019 SecondTTPD->hasDefaultArgument() && in diagnoseOdrViolations() [all …]
|
| H A D | ASTReaderDecl.cpp | 3655 if (!From->hasDefaultArgument()) in inheritDefaultTemplateArgument()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 7692 AST_MATCHER(ParmVarDecl, hasDefaultArgument) { in AST_MATCHER() argument
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CIndex.cpp | 769 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited()) in VisitTemplateTypeParmDecl() 933 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited()) in VisitNonTypeTemplateParmDecl() 964 if (D->hasDefaultArgument() && !D->defaultArgumentWasInherited() && in VisitTemplateTemplateParmDecl()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1926 if (templateType->hasDefaultArgument()) in CollectTemplateParams() 1939 if (templateType->hasDefaultArgument() && in CollectTemplateParams()
|