Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplate.cpp767 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs); in ActOnDependentIdExpression()
771 Sema::BuildDependentDeclRefExpr(const CXXScopeSpec &SS, in BuildDependentDeclRefExpr() function in Sema
4841 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs); in BuildQualifiedTemplateIdExpr()
H A DSemaExpr.cpp2743 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(), in BuildQualifiedDeclarationNameExpr()
2756 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(), in BuildQualifiedDeclarationNameExpr()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h5483 ExprResult BuildDependentDeclRefExpr(const CXXScopeSpec &SS,