Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DFixitUtil.cpp181 return getVarDeclIdentifierLoc(D); in getBeginLocOfNestedIdentifier()
204 Lexer::getLocForEndOfToken(getVarDeclIdentifierLoc(VD), 0, SM, LangOpts); in getVarDeclIdentifierText()
232 SourceLocation clang::getVarDeclIdentifierLoc(const DeclaratorDecl *VD) { in getVarDeclIdentifierLoc() function in clang
H A DUnsafeBufferUsage.cpp3337 if (EndLocForReplacement.getLocWithOffset(1) == getVarDeclIdentifierLoc(D)) in fixLocalVarDeclWithSpan()
3630 const SourceLocation IdentifierLoc = getVarDeclIdentifierLoc(D); in fixVarDeclWithArray()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DFixitUtil.h66 SourceLocation getVarDeclIdentifierLoc(const DeclaratorDecl *VD);