Home
last modified time | relevance | path

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

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