Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp25 dyn_cast_or_null<FunctionDecl>(cast->getConversionFunction())) { in tryToFindPtrOrigin()
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DJSONNodeDumper.cpp1283 if (const NamedDecl *ND = CE->getConversionFunction()) in VisitCastExpr()
H A DExpr.cpp1935 NamedDecl *CastExpr::getConversionFunction() const { in getConversionFunction() function in CastExpr
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h3531 NamedDecl *getConversionFunction() const;
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp9721 Conversion = ICE->getConversionFunction(); in OriginalOperand()