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

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp668 void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, argument
821 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl, argument
1249 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr; local
702 SetFromIntegerAndToDeclarationDiff( const llvm::APSInt &FromInt, bool IsValidFromInt, QualType FromIntType, Expr *FromExpr, ValueDecl *ToValueDecl, bool ToAddressOf, bool ToNullPtr, Expr *ToExpr, bool FromDefault, bool ToDefault) argument
852 GetFromIntegerAndToDeclarationDiff( llvm::APSInt &FromInt, bool &IsValidFromInt, QualType &FromIntType, Expr *&FromExpr, ValueDecl *&ToValueDecl, bool &ToAddressOf, bool &ToNullPtr, Expr *&ToExpr) argument
1504 ValueDecl *FromValueDecl, *ToValueDecl; local
1539 ValueDecl *ToValueDecl; local
1869 PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, bool FromAddressOf, bool ToAddressOf, bool FromNullPtr, bool ToNullPtr, Expr *FromExpr, Expr *ToExpr, bool FromDefault, bool ToDefault, bool Same) argument
[all...]

Completed in 126 milliseconds