Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExpr.cpp1793 NamedDecl *CastExpr::getConversionFunction() const { in getConversionFunction() function in CastExpr
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h3069 NamedDecl *getConversionFunction() const;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp8372 Conversion = ICE->getConversionFunction(); in OriginalOperand()