Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DASTImporter.cpp7158 SourceLocation ToTemplateKeywordLoc, ToExprLoc, ToLAngleLoc, ToRAngleLoc; in VisitDependentScopeDeclRefExpr() local
7161 ToQualifierLoc, ToTemplateKeywordLoc, ToDeclName, ToExprLoc, in VisitDependentScopeDeclRefExpr()
7164 DeclarationNameInfo ToNameInfo(ToDeclName, ToExprLoc); in VisitDependentScopeDeclRefExpr()
7545 SourceLocation ToExprLoc; in VisitSubstNonTypeTemplateParmExpr() local
7548 std::tie(ToType, ToExprLoc, ToParameter, ToReplacement) = *Imp; in VisitSubstNonTypeTemplateParmExpr()
7551 ToType, E->getValueKind(), ToExprLoc, ToParameter, ToReplacement); in VisitSubstNonTypeTemplateParmExpr()