Home
last modified time | relevance | path

Searched refs:BuildDependentDeclRefExpr (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp771 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs); in ActOnDependentIdExpression()
775 Sema::BuildDependentDeclRefExpr(const CXXScopeSpec &SS, in BuildDependentDeclRefExpr() function in Sema
5142 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs); in BuildQualifiedTemplateIdExpr()
H A DSemaExpr.cpp2941 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(), in BuildQualifiedDeclarationNameExpr()
2946 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(), in BuildQualifiedDeclarationNameExpr()
2959 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(), in BuildQualifiedDeclarationNameExpr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h5751 ExprResult BuildDependentDeclRefExpr(const CXXScopeSpec &SS,