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

/external/clang/lib/AST/
H A DASTDiagnostic.cpp499 /// SetNode - Sets FromTD and ToTD of the current node.
500 void SetNode(TemplateDecl *FromTD, TemplateDecl *ToTD) { function in class:__anon15096::TemplateDiff::DiffTree
505 /// SetNode - Sets FromType and ToType of the current node.
506 void SetNode(QualType FromType, QualType ToType) { function in class:__anon15096::TemplateDiff::DiffTree
511 /// SetNode - Set FromExpr and ToExpr of the current node.
512 void SetNode(Expr *FromExpr, Expr *ToExpr) { function in class:__anon15096::TemplateDiff::DiffTree
517 /// SetNode - Set FromInt and ToInt of the current node.
518 void SetNode(llvm::APSInt FromInt, llvm::APSInt ToInt, function in class:__anon15096::TemplateDiff::DiffTree
526 /// SetNode - Set FromQual and ToQual of the current node.
527 void SetNode(Qualifier function in class:__anon15096::TemplateDiff::DiffTree
533 void SetNode(ValueDecl *FromValueDecl, ValueDecl *ToValueDecl, function in class:__anon15096::TemplateDiff::DiffTree
[all...]

Completed in 362 milliseconds