Searched refs:PrintValueDecl (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTDiagnostic.cpp1511 PrintValueDecl(FromValueDecl, ToValueDecl, FromAddressOf, ToAddressOf,
1833 void PrintValueDecl(ValueDecl *VD, bool AddressOf, Expr *E, bool NullPtr) { function in class:__anon296::TemplateDiff
1869 void PrintValueDecl(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, function in class:__anon296::TemplateDiff
1877 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);
1881 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);
1886 PrintValueDecl(FromValueDecl, FromAddressOf, FromExpr, FromNullPtr);
1890 PrintValueDecl(ToValueDecl, ToAddressOf, ToExpr, ToNullPtr);
1905 PrintValueDecl(VD, NeedAddressOf, VDExpr, IsNullPtr);
1910 PrintValueDecl(VD, NeedAddressOf, VDExpr, IsNullPtr);
1932 PrintValueDecl(V
[all...]

Completed in 269 milliseconds