Searched defs:CXXConversionDecl (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DDeclCXX.h36 class CXXConversionDecl;
475 /// Each of the entries in this overload set is a CXXConversionDecl.
481 /// Each of the entries in this overload set is a CXXConversionDecl or a
2268 class CXXConversionDecl : public CXXMethodDecl { class in namespace:clang
2275 CXXConversionDecl(CXXRecordDecl *RD, SourceLocation StartLoc, function in class:clang::CXXConversionDecl
2285 static CXXConversionDecl *Create(ASTContext &C, CXXRecordDecl *RD,
2292 static CXXConversionDecl *CreateDeserialized(ASTContext &C, unsigned ID);
2304 return cast<CXXConversionDecl>(getFirstDeclaration())

Completed in 39 milliseconds