Searched defs:FromValueDecl (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
685 SetFromDeclarationAndToIntegerDiff( ValueDecl *FromValueDecl, bool FromAddressOf, bool FromNullPtr, Expr *FromExpr, const llvm::APSInt &ToInt, bool IsValidToInt, QualType ToIntType, Expr *ToExpr, bool FromDefault, bool ToDefault) argument
836 GetFromDeclarationAndToIntegerDiff( ValueDecl *&FromValueDecl, bool &FromAddressOf, bool &FromNullPtr, Expr *&FromExpr, llvm::APSInt &ToInt, bool &IsValidToInt, QualType &ToIntType, Expr *&ToExpr) argument
1504 ValueDecl *FromValueDecl, *ToValueDecl; local
1517 ValueDecl *FromValueDecl; 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 179 milliseconds