Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DFixitUtil.cpp202 SourceLocation ParmIdentBeginLoc = getBeginLocOfNestedIdentifier(VD); in getVarDeclIdentifierText() local
207 ParmIdentBeginLoc = VD->getQualifierLoc().getBeginLoc(); in getVarDeclIdentifierText()
213 return getRangeText({ParmIdentBeginLoc, ParmIdentEndLoc}, SM, LangOpts); in getVarDeclIdentifierText()