Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtProfile.cpp1012 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitDeclRefExpr()
1013 if (S->hasExplicitTemplateArgs()) in VisitDeclRefExpr()
1717 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitOverloadExpr()
1718 if (S->hasExplicitTemplateArgs()) in VisitOverloadExpr()
1752 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitDependentScopeDeclRefExpr()
1753 if (S->hasExplicitTemplateArgs()) in VisitDependentScopeDeclRefExpr()
1777 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitCXXDependentScopeMemberExpr()
1778 if (S->hasExplicitTemplateArgs()) in VisitCXXDependentScopeMemberExpr()
1790 ID.AddBoolean(S->hasExplicitTemplateArgs()); in VisitUnresolvedMemberExpr()
1791 if (S->hasExplicitTemplateArgs()) in VisitUnresolvedMemberExpr()
H A DStmtPrinter.cpp923 if (Node->hasExplicitTemplateArgs()) in VisitDeclRefExpr()
934 if (Node->hasExplicitTemplateArgs()) in VisitDependentScopeDeclRefExpr()
944 if (Node->hasExplicitTemplateArgs()) in VisitUnresolvedLookupExpr()
1345 if (Node->hasExplicitTemplateArgs()) in VisitMemberExpr()
2075 if (Node->hasExplicitTemplateArgs()) in VisitCXXDependentScopeMemberExpr()
2089 if (Node->hasExplicitTemplateArgs()) in VisitUnresolvedMemberExpr()
H A DASTImporter.cpp6134 if (E->hasExplicitTemplateArgs()) { in VisitDeclRefExpr()
7054 if (E->hasExplicitTemplateArgs()) { in VisitMemberExpr()
7125 if (E->hasExplicitTemplateArgs()) { in VisitCXXDependentScopeMemberExpr()
7170 if (E->hasExplicitTemplateArgs()) { in VisitDependentScopeDeclRefExpr()
7229 if (E->hasExplicitTemplateArgs() && E->getTemplateKeywordLoc().isValid()) { in VisitUnresolvedLookupExpr()
7282 if (E->hasExplicitTemplateArgs()) { in VisitUnresolvedMemberExpr()
H A DASTDumper.cpp1061 if (D->hasExplicitTemplateArgs()) in VisitClassScopeFunctionSpecializationDecl()
H A DExpr.cpp471 if (hasExplicitTemplateArgs()) in getEndLoc()
1616 if (hasExplicitTemplateArgs()) in getEndLoc()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExprCXX.h2789 if (!hasExplicitTemplateArgs()) in getTemplateArgs()
2795 if (!hasExplicitTemplateArgs()) in getNumTemplateArgs()
2807 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
2914 if (hasExplicitTemplateArgs()) in getEndLoc()
3035 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
3041 if (!hasExplicitTemplateArgs()) in getTemplateArgs()
3048 if (!hasExplicitTemplateArgs()) in getNumTemplateArgs()
3065 if (hasExplicitTemplateArgs()) in getEndLoc()
3470 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
3506 if (hasExplicitTemplateArgs()) in getEndLoc()
[all …]
H A DExpr.h1195 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs() function
1200 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
1208 if (!hasExplicitTemplateArgs()) in getTemplateArgs()
1216 if (!hasExplicitTemplateArgs()) in getNumTemplateArgs()
2839 bool hasExplicitTemplateArgs() const { return getLAngleLoc().isValid(); } in hasExplicitTemplateArgs() function
2844 if (hasExplicitTemplateArgs()) in copyTemplateArgumentsInto()
2852 if (!hasExplicitTemplateArgs()) in getTemplateArgs()
2861 if (!hasExplicitTemplateArgs()) in getNumTemplateArgs()
H A DRecursiveASTVisitor.h1461 if (D->hasExplicitTemplateArgs()) {
2207 if (S->hasExplicitTemplateArgs()) {
2223 if (S->hasExplicitTemplateArgs()) {
2532 if (S->hasExplicitTemplateArgs()) {
2540 if (S->hasExplicitTemplateArgs()) {
H A DDeclTemplate.h2434 bool hasExplicitTemplateArgs() const { return HasExplicitTemplateArgs; }
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp261 SourceLocation EndLoc = Expr->hasExplicitTemplateArgs() in VisitDeclRefExpr()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DTreeTransform.h8994 !E->hasExplicitTemplateArgs()) { in TransformDeclRefExpr()
9004 if (E->hasExplicitTemplateArgs()) { in TransformDeclRefExpr()
9413 !E->hasExplicitTemplateArgs()) { in TransformMemberExpr()
9423 if (E->hasExplicitTemplateArgs()) { in TransformMemberExpr()
9455 (E->hasExplicitTemplateArgs() in TransformMemberExpr()
10558 if (!Old->hasExplicitTemplateArgs() && !TemplateKWLoc.isValid()) { in TransformUnresolvedLookupExpr()
10575 if (Old->hasExplicitTemplateArgs() && in TransformUnresolvedLookupExpr()
10813 if (!E->hasExplicitTemplateArgs()) { in TransformDependentScopeDeclRefExpr()
11332 if (!E->hasExplicitTemplateArgs()) { in TransformCXXDependentScopeMemberExpr()
11420 if (Old->hasExplicitTemplateArgs()) { in TransformUnresolvedMemberExpr()
[all …]
H A DSemaOverload.cpp11006 } else if (OvlExpr->hasExplicitTemplateArgs()) { in AddressOfFunctionResolver()
11028 if (OvlExpr->hasExplicitTemplateArgs()) in AddressOfFunctionResolver()
11223 else if (!OvlExpr->hasExplicitTemplateArgs() && in FindAllFunctionsThatMatchTargetTypeExactly()
11505 if (!ovl->hasExplicitTemplateArgs()) in ResolveSingleFunctionTemplateSpecialization()
11730 if (ULE->hasExplicitTemplateArgs()) { in AddOverloadedCallCandidates()
11933 if (ULE->hasExplicitTemplateArgs()) { in BuildRecoveryCallExpr()
12941 if (UnresExpr->hasExplicitTemplateArgs()) { in BuildCallToMemberFunction()
13773 if (ULE->hasExplicitTemplateArgs()) { in FixOverloadedFunctionReference()
13796 if (MemExpr->hasExplicitTemplateArgs()) { in FixOverloadedFunctionReference()
H A DSemaTemplateDeduction.cpp3493 if (Ovl->hasExplicitTemplateArgs()) { in ResolveOverloadForDeduction()
3510 if (Ovl->hasExplicitTemplateArgs()) in ResolveOverloadForDeduction()
3521 if (!Ovl->hasExplicitTemplateArgs()) in ResolveOverloadForDeduction()
H A DSemaTemplateInstantiateDecl.cpp2778 if (Decl->hasExplicitTemplateArgs()) { in VisitClassScopeFunctionSpecializationDecl()
H A DSemaCodeComplete.cpp4661 if (UME->hasExplicitTemplateArgs()) { in ProduceCallSignatureHelp()
H A DSemaDeclAttr.cpp3173 if (ULE->hasExplicitTemplateArgs()) in handleCleanupAttr()
H A DSemaExpr.cpp12804 if (OE && !OE->hasTemplateKeyword() && !OE->hasExplicitTemplateArgs() && in BuildBinOp()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DSema.h1888 return !DRE->hasExplicitTemplateArgs(); in mightBeIntendedToBeTemplateName()
1890 return !ME->hasExplicitTemplateArgs(); in mightBeIntendedToBeTemplateName()
1893 return !DSDRE->hasExplicitTemplateArgs(); in mightBeIntendedToBeTemplateName()
1895 return !DSME->hasExplicitTemplateArgs(); in mightBeIntendedToBeTemplateName()