Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaTemplate.cpp429 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs); in ActOnDependentIdExpression()
433 Sema::BuildDependentDeclRefExpr(const CXXScopeSpec &SS, in BuildDependentDeclRefExpr() function in Sema
2877 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs); in BuildQualifiedTemplateIdExpr()
H A DSemaExpr.cpp2247 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(), in BuildQualifiedDeclarationNameExpr()
2260 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(), in BuildQualifiedDeclarationNameExpr()
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DSema.h3554 ExprResult BuildDependentDeclRefExpr(const CXXScopeSpec &SS,