Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp1791 static SourceLocation getVarDeclIdentifierLoc(const VarDecl *VD) { in getVarDeclIdentifierLoc() function
1801 SourceLocation ParmIdentBeginLoc = getVarDeclIdentifierLoc(VD); in getVarDeclIdentifierText()
1890 SourceLocation IdentLoc = getVarDeclIdentifierLoc(VD); in getPointeeTypeText()
2376 if (EndLocForReplacement.getLocWithOffset(1) == getVarDeclIdentifierLoc(D)) in fixLocalVarDeclWithSpan()
2669 const SourceLocation IdentifierLoc = getVarDeclIdentifierLoc(D); in fixVarDeclWithArray()