Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DFixitUtil.h27 getPointeeTypeText(const DeclaratorDecl *VD, const SourceManager &SM,
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DFixitUtil.cpp22 clang::getPointeeTypeText(const DeclaratorDecl *VD, const SourceManager &SM, in getPointeeTypeText() function in clang
H A DUnsafeBufferUsage.cpp3266 std::optional<std::string> PteTyText = getPointeeTypeText( in createSpanTypeForVarDecl()
3406 getPointeeTypeText(PVD, SM, LangOpts, &PteTyQuals); in createOverloadsForFixedParams()
3561 std::optional<std::string> PteTyText = getPointeeTypeText( in fixParamWithSpan()