Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DASTUtils.cpp25 dyn_cast_or_null<FunctionDecl>(cast->getConversionFunction())) { in tryToFindPtrOrigin()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DJSONNodeDumper.cpp1322 if (const NamedDecl *ND = CE->getConversionFunction()) in VisitCastExpr()
H A DExpr.cpp1996 NamedDecl *CastExpr::getConversionFunction() const { in getConversionFunction() function in CastExpr
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h3546 NamedDecl *getConversionFunction() const;
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp10338 Conversion = ICE->getConversionFunction(); in OriginalOperand()