Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp25 dyn_cast_or_null<FunctionDecl>(cast->getConversionFunction())) { in tryToFindPtrOrigin()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DJSONNodeDumper.cpp1238 if (const NamedDecl *ND = CE->getConversionFunction()) in VisitCastExpr()
H A DExpr.cpp1866 NamedDecl *CastExpr::getConversionFunction() const { in getConversionFunction() function in CastExpr
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h3464 NamedDecl *getConversionFunction() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9657 Conversion = ICE->getConversionFunction(); in OriginalOperand()