Searched defs:ToValueDecl (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTDiagnostic.cpp | 700 void SetDeclarationDiff(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in SetDeclarationDiff() 736 Expr *FromExpr, ValueDecl *ToValueDecl, bool ToAddressOf, in SetFromIntegerAndToDeclarationDiff() 853 void GetDeclarationDiff(ValueDecl *&FromValueDecl, ValueDecl *&ToValueDecl, in GetDeclarationDiff() 886 Expr *&FromExpr, ValueDecl *&ToValueDecl, bool &ToAddressOf, in GetFromIntegerAndToDeclarationDiff() 1284 ValueDecl *FromValueDecl = nullptr, *ToValueDecl = nullptr; in DiffNonTypes() local 1539 ValueDecl *FromValueDecl, *ToValueDecl; in TreeToString() local 1574 ValueDecl *ToValueDecl; in TreeToString() local 1920 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, in PrintValueDecl()
|