Home
last modified time | relevance | path

Searched refs:hasExplicitTemplateArgs (Results 1 – 25 of 27) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmtProfile.cpp1291 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitDeclRefExpr()
1292 if (S->hasExplicitTemplateArgs()) in VisitDeclRefExpr()
2072 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitOverloadExpr()
2073 if (S->hasExplicitTemplateArgs()) in VisitOverloadExpr()
2107 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitDependentScopeDeclRefExpr()
2108 if (S->hasExplicitTemplateArgs()) in VisitDependentScopeDeclRefExpr()
2132 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitCXXDependentScopeMemberExpr()
2133 if (S->hasExplicitTemplateArgs()) in VisitCXXDependentScopeMemberExpr()
2145 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitUnresolvedMemberExpr()
2146 if (S->hasExplicitTemplateArgs()) in VisitUnresolvedMemberExpr()
H A DStmtPrinter.cpp1161 if (Node->hasExplicitTemplateArgs()) { in VisitDeclRefExpr()
1177 if (Node->hasExplicitTemplateArgs()) in VisitDependentScopeDeclRefExpr()
1187 if (Node->hasExplicitTemplateArgs()) in VisitUnresolvedLookupExpr()
1596 if (Node->hasExplicitTemplateArgs()) in VisitMemberExpr()
2382 if (Node->hasExplicitTemplateArgs()) in VisitCXXDependentScopeMemberExpr()
2396 if (Node->hasExplicitTemplateArgs()) in VisitUnresolvedMemberExpr()
H A DDeclTemplate.cpp1546 if (hasExplicitTemplateArgs()) { in print()
H A DASTImporter.cpp7059 if (E->hasExplicitTemplateArgs()) { in VisitDeclRefExpr()
7975 if (E->hasExplicitTemplateArgs()) { in VisitMemberExpr()
8043 if (E->hasExplicitTemplateArgs()) { in VisitCXXDependentScopeMemberExpr()
8085 if (E->hasExplicitTemplateArgs()) { in VisitDependentScopeDeclRefExpr()
8145 if (E->hasExplicitTemplateArgs()) { in VisitUnresolvedLookupExpr()
8194 if (E->hasExplicitTemplateArgs()) { in VisitUnresolvedMemberExpr()
H A DJSONNodeDumper.cpp1479 DSME->hasExplicitTemplateArgs()); in VisitCXXDependentScopeMemberExpr()
H A DExpr.cpp605 if (hasExplicitTemplateArgs()) in getEndLoc()
1809 if (hasExplicitTemplateArgs()) in getEndLoc()
H A DASTContext.cpp6295 if (XTC->hasExplicitTemplateArgs() != YTC->hasExplicitTemplateArgs()) in isSameTypeConstraint()
6297 if (XTC->hasExplicitTemplateArgs()) in isSameTypeConstraint()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h3105 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs() function
3108 if (!hasExplicitTemplateArgs()) in getTemplateArgs()
3114 if (!hasExplicitTemplateArgs()) in getNumTemplateArgs()
3126 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
3233 if (hasExplicitTemplateArgs()) in getEndLoc()
3353 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs() function
3358 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
3364 if (!hasExplicitTemplateArgs()) in getTemplateArgs()
3371 if (!hasExplicitTemplateArgs()) in getNumTemplateArgs()
3388 if (hasExplicitTemplateArgs()) in getEndLoc()
[all …]
H A DASTConcept.h175 bool hasExplicitTemplateArgs() const { in hasExplicitTemplateArgs() function
H A DRecursiveASTVisitor.h548 if (C.hasExplicitTemplateArgs())
1580 if (D->hasExplicitTemplateArgs()) {
2432 if (S->hasExplicitTemplateArgs()) {
2448 if (S->hasExplicitTemplateArgs()) {
2805 if (S->hasExplicitTemplateArgs()) {
2813 if (S->hasExplicitTemplateArgs()) {
H A DExpr.h1387 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs() function
1392 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
1400 if (!hasExplicitTemplateArgs()) in getTemplateArgs()
1408 if (!hasExplicitTemplateArgs()) in getNumTemplateArgs()
3315 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs() function
3320 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
3328 if (!hasExplicitTemplateArgs()) in getTemplateArgs()
3337 if (!hasExplicitTemplateArgs()) in getNumTemplateArgs()
H A DASTNodeTraverser.h636 if (CSE->hasExplicitTemplateArgs()) in VisitConceptSpecializationExpr()
H A DDeclTemplate.h1331 if (TC->hasExplicitTemplateArgs())
2647 bool hasExplicitTemplateArgs() const { return TemplateArgs; }
H A DTypeLoc.h2171 bool hasExplicitTemplateArgs() const { in hasExplicitTemplateArgs() function
/openbsd-src/gnu/llvm/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp279 SourceLocation EndLoc = Expr->hasExplicitTemplateArgs() in VisitDeclRefExpr()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp3752 if (Ovl->hasExplicitTemplateArgs()) { in ResolveOverloadForDeduction()
3769 if (Ovl->hasExplicitTemplateArgs()) in ResolveOverloadForDeduction()
3780 if (!Ovl->hasExplicitTemplateArgs()) in ResolveOverloadForDeduction()
4666 if (TypeLoc.hasExplicitTemplateArgs()) { in CheckDeducedPlaceholderConstraints()
H A DTreeTransform.h10727 !E->hasExplicitTemplateArgs()) { in TransformDeclRefExpr()
10737 if (E->hasExplicitTemplateArgs()) { in TransformDeclRefExpr()
11287 !E->hasExplicitTemplateArgs()) { in TransformMemberExpr()
11301 if (E->hasExplicitTemplateArgs()) { in TransformMemberExpr()
11333 (E->hasExplicitTemplateArgs() in TransformMemberExpr()
12568 if (!Old->hasExplicitTemplateArgs() && !TemplateKWLoc.isValid()) { in TransformUnresolvedLookupExpr()
12585 if (Old->hasExplicitTemplateArgs() && in TransformUnresolvedLookupExpr()
12984 if (!E->hasExplicitTemplateArgs()) { in TransformDependentScopeDeclRefExpr()
13615 if (!E->hasExplicitTemplateArgs()) { in TransformCXXDependentScopeMemberExpr()
13700 if (Old->hasExplicitTemplateArgs()) { in TransformUnresolvedMemberExpr()
[all …]
H A DSemaOverload.cpp12224 } else if (OvlExpr->hasExplicitTemplateArgs()) { in AddressOfFunctionResolver()
12246 if (OvlExpr->hasExplicitTemplateArgs()) in AddressOfFunctionResolver()
12444 else if (!OvlExpr->hasExplicitTemplateArgs() && in FindAllFunctionsThatMatchTargetTypeExactly()
12771 if (!ovl->hasExplicitTemplateArgs()) in ResolveSingleFunctionTemplateSpecialization()
12995 if (ULE->hasExplicitTemplateArgs()) { in AddOverloadedCallCandidates()
13205 if (ULE->hasExplicitTemplateArgs()) { in BuildRecoveryCallExpr()
14670 if (UnresExpr->hasExplicitTemplateArgs()) { in BuildCallToMemberFunction()
15485 if (ULE->hasExplicitTemplateArgs()) { in FixOverloadedFunctionReference()
15511 if (MemExpr->hasExplicitTemplateArgs()) { in FixOverloadedFunctionReference()
H A DSemaExpr.cpp6858 if (ULE->hasExplicitTemplateArgs() && in ActOnCallExpr()
15677 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
19333 CopiedTemplateArgs(RefExpr *E) : HasArgs(E->hasExplicitTemplateArgs()) { in CopiedTemplateArgs()
21067 DRE->hasExplicitTemplateArgs() ? &TemplateArgs : nullptr); in CheckPlaceholderExpr()
H A DSemaTemplateInstantiateDecl.cpp2823 TC->hasExplicitTemplateArgs() ? in VisitTemplateTypeParmDecl()
H A DSemaType.cpp3396 AutoLoc.hasExplicitTemplateArgs() ? &TAL : nullptr, in InventTemplateParameter()
H A DSemaTemplate.cpp2716 if (TC->hasExplicitTemplateArgs()) in DiagnoseUnexpandedParameterPacks()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2752 if (E->hasExplicitTemplateArgs()) in VisitCXXDependentScopeMemberExpr()
2828 if (DR->hasExplicitTemplateArgs()) in VisitDeclRefExpr()
2834 if (E->hasExplicitTemplateArgs()) in VisitDependentScopeDeclRefExpr()
2948 if (E->hasExplicitTemplateArgs()) in VisitOverloadExpr()
3444 if (M->hasExplicitTemplateArgs()) { in RunVisitorWorkList()
5390 if (TC->hasExplicitTemplateArgs()) in clang_getCursorDisplayName()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriterDecl.cpp1690 Record.push_back(D->hasExplicitTemplateArgs()); in VisitClassScopeFunctionSpecializationDecl()
1691 if (D->hasExplicitTemplateArgs()) in VisitClassScopeFunctionSpecializationDecl()
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h2843 return !DRE->hasExplicitTemplateArgs(); in mightBeIntendedToBeTemplateName()
2845 return !ME->hasExplicitTemplateArgs(); in mightBeIntendedToBeTemplateName()
2848 return !DSDRE->hasExplicitTemplateArgs(); in mightBeIntendedToBeTemplateName()
2850 return !DSME->hasExplicitTemplateArgs(); in mightBeIntendedToBeTemplateName()

12