Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
DASTUtils.cpp25 dyn_cast_or_null<FunctionDecl>(cast->getConversionFunction())) { in tryToFindPtrOrigin()
/external/llvm-project/clang/lib/AST/
DJSONNodeDumper.cpp1237 if (const NamedDecl *ND = CE->getConversionFunction()) in VisitCastExpr()
DExpr.cpp1784 NamedDecl *CastExpr::getConversionFunction() const { in getConversionFunction() function in CastExpr
/external/llvm-project/clang/include/clang/AST/
DExpr.h3462 NamedDecl *getConversionFunction() const;
/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp9557 Conversion = ICE->getConversionFunction(); in OriginalOperand()