Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
HDASTUtils.cpp51 dyn_cast_or_null<FunctionDecl>(cast->getConversionFunction())) { in tryToFindPtrOrigin()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDJSONNodeDumper.cpp1429 if (const NamedDecl *ND = CE->getConversionFunction()) in VisitCastExpr()
HDExpr.cpp2003 NamedDecl *CastExpr::getConversionFunction() const { in getConversionFunction() function in CastExpr
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h3562 NamedDecl *getConversionFunction() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaExpr.cpp9749 Conversion = ICE->getConversionFunction(); in OriginalOperand()
17383 FD = dyn_cast_or_null<FunctionDecl>(Cast->getConversionFunction()); in EvaluateAndDiagnoseImmediateInvocation()